[Kst] branches/work/kst/portto4/kst

Ted Kisner tskisner.public at gmail.com
Tue Jun 12 01:01:25 CEST 2007


SVN commit 674189 by tskisner:

whoops.  set path to configure modules relative to top-level portto4 directory.

 M  +1 -1      CMakeLists.txt  


--- branches/work/kst/portto4/kst/CMakeLists.txt #674188:674189
@@ -1,7 +1,7 @@
 project(kst)
 
 # Path for cmake modules before ${CMAKE_ROOT}/Modules/ is checked
-set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
+set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/kst/cmake/modules")
 
 set(KST_VERSION "1.9.0_devel")
 set(KST_LIBKST_VERSION 1.9.0)


More information about the Kst mailing list