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

Peter Kümmel syntheticpp at gmx.net
Wed Mar 23 10:04:11 CET 2011


SVN commit 1225790 by kuemmel:

some cleanup

 M  +8 -7      INSTALL  
 M  +3 -3      cmake/CMakeLists.txt  


--- branches/work/kst/portto4/kst/INSTALL #1225789:1225790
@@ -105,21 +105,22 @@
 	Available options will be listed on each cmake run.
 	Here the options with their default value:
 
-	-- kst_release              = OFF    : Build release version
+	-- kst_release              = OFF    : Build release version: optimize for speed, don't embedded debug symbols
 	-- kst_merge_files          = OFF    : Merge files to speedup build about factor 5
 	-- kst_merge_rebuild        = OFF    : Rebuild generated files from merged files build
 	-- kst_verbose              = OFF    : Make verbose CMake run and Makefiles
-	-- kst_console              = OFF    : Open console on Windows
-	-- kst_install_prefix       = OFF    : Install path for Kst, using a default if not set
+	-- kst_install_prefix       = ON     : Install path for Kst, using a default if not set
+	-- kst_install_libdir       = ON     : Install directory name for libraries
 	-- kst_3rdparty             = ON     : Build plugins depending on 3rd party libraries
-	-- kst_3rdparty_download    = OFF    : Download precompiled 3rd party libraries
 	-- kst_dataobjects          = ON     : Build dataobject plugins
 	-- kst_test                 = OFF    : Build unit tests
-	-- kst_pch                  = OFF    : Use precompiled headers
+	-- kst_pch                  = ON     : Use precompiled headers
+	-- kst_svnversion           = ON     : Use svnversion's output for Kst's version information
+	-- kst_rpath                = ON     : Use rpath
+	-- kst_3rdparty_download    = OFF    : Download precompiled 3rd party libraries
+	-- kst_console              = OFF    : Open console on Windows
 	-- kst_edit_cont            = OFF    : Enable "Edit and Continue" for Visual Studio
-	-- kst_svnversion           = OFF    : Use svnversion's output for Kst's version information
 
-	
 	To enable a option pass the value ON or 1, eg
 		cmake ../kst/cmake -Dkst_merge_files=1
 
--- branches/work/kst/portto4/kst/cmake/CMakeLists.txt #1225789:1225790
@@ -24,15 +24,15 @@
 kst_option(verbose "Make verbose CMake run and Makefiles" OFF all)
 kst_option(install_prefix "Install path for Kst, using a default if not set" OFF all)
 kst_option(install_libdir "Install directory name for libraries" OFF all)
-kst_option(console "Open console on Windows" OFF win)
 kst_option(3rdparty "Build plugins depending on 3rd party libraries" ON all)
-kst_option(3rdparty_download "Download precompiled 3rd party libraries" OFF win)
 kst_option(dataobjects "Build dataobject plugins" ON all)
 kst_option(test "Build unit tests" OFF all)
 kst_option(pch "Use precompiled headers" ON all)
-kst_option(edit_cont "Enable \"Edit and Continue\" for Visual Studio" OFF win)
 kst_option(svnversion "Use svnversion's output for Kst's version information" ON all)
 kst_option(rpath "Use rpath" ON gcc)
+kst_option(3rdparty_download "Download precompiled 3rd party libraries" OFF win)
+kst_option(console "Open console on Windows" OFF win)
+kst_option(edit_cont "Enable \"Edit and Continue\" for Visual Studio" OFF win)
 
 message(STATUS)
 


More information about the Kst mailing list