George Yunaev - 2016-07-31

Fixed in 7.7.

On 11/28/2015 12:41 PM, cyberbeat wrote:


[bugs:#41] http://sourceforge.net/p/kchmviewer/bugs/41/ Important
fix for CMakeLists.txt

Status: open
Group: v1.0_(example)
Labels: cmake
Created: Sat Nov 28, 2015 08:41 PM UTC by cyberbeat
Last Updated: Sat Nov 28, 2015 08:41 PM UTC
Owner: George Yunaev

Please fix the CMakeLists.txt file, in line 6 change

set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/")

to

set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/")

so that the original cmake module search path is not overwritten. on
opensuse the kde4-cmake modules cannot be found without this change.


Sent from sourceforge.net because you indicated interest in
https://sourceforge.net/p/kchmviewer/bugs/41/

To unsubscribe from further messages, please visit
https://sourceforge.net/auth/subscriptions/

--
With best regards, George.
Senior Software Security Engineer
http://www.ulduzsoft.com/about-me/resume/

 

Related

Bugs: #41