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

Peter Kümmel syntheticpp at gmx.net
Wed Jan 19 15:51:19 CET 2011


SVN commit 1215757 by kuemmel:

pch is default now, disable when using merged build

 M  +3 -3      CMakeLists.txt  


--- branches/work/kst/portto4/kst/cmake/CMakeLists.txt #1215756:1215757
@@ -100,11 +100,11 @@
 endif()
 
 if(APPLE)
-	set(kst_pch 0 CACHE BOOL "disable pch on mac, not supported yet" FORCE)
+	set(kst_pch 0 CACHE BOOL "Disable pch on Mac, not supported yet" FORCE)
 endif()
 
-if(kst_pch)
-	set(kst_merge_files 0 CACHE BOOL "merge files disabled because of using pchs" FORCE)
+if(kst_merge_files)
+	set(kst_pch 0 CACHE BOOL "Disable pch because we build merged" FORCE)
 endif()
 
 


More information about the Kst mailing list