[Liblas-commits] hg: make boost include and libs settable my unmarking them advanced

liblas-commits at liblas.org liblas-commits at liblas.org
Wed Aug 18 14:31:40 EDT 2010


changeset 9b27b10f4ef7 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=9b27b10f4ef7
summary: make boost include and libs settable my unmarking them advanced

diffstat:

 CMakeLists.txt |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 6e298e1592d8 -r 9b27b10f4ef7 CMakeLists.txt
--- a/CMakeLists.txt	Wed Aug 18 10:46:10 2010 -0500
+++ b/CMakeLists.txt	Wed Aug 18 13:31:30 2010 -0500
@@ -126,6 +126,10 @@
   include_directories(${Boost_INCLUDE_DIRS})
 endif()
 
+# make these available for the user to set.
+mark_as_advanced(CLEAR Boost_INCLUDE_DIR) 
+mark_as_advanced(CLEAR Boost_LIBRARY_DIRS) 
+
 # libxml2 support - optional, default=ON
 set(WITH_LIBXML2 FALSE CACHE BOOL "Choose if libxml2 support should be built ")
 


More information about the Liblas-commits mailing list