Revision: 70047
          http://sourceforge.net/p/brlcad/code/70047
Author:   starseeker
Date:     2017-08-03 23:33:49 +0000 (Thu, 03 Aug 2017)
Log Message:
-----------
We have an option for this, actually - use it

Modified Paths:
--------------
    brlcad/trunk/src/CMakeLists.txt

Modified: brlcad/trunk/src/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/CMakeLists.txt     2017-08-03 23:30:49 UTC (rev 70046)
+++ brlcad/trunk/src/CMakeLists.txt     2017-08-03 23:33:49 UTC (rev 70047)
@@ -149,7 +149,7 @@
 
 # This corresponds roughly to the libbrlcad originally defined in BRL-CAD
 # autotools build.
-if(BRLCAD_BUILD_LIBBRLCAD AND USE_OBJECT_LIBS)
+if(BRLCAD_ENABLE_BRLCAD_LIBRARY AND USE_OBJECT_LIBS)
   set(current_level 1)
   while(${current_level} LESS ${HIGHEST_TARGET_LEVEL})
     set(wl 1)
@@ -172,7 +172,7 @@
     endif("${current_level}" EQUAL 2)
     math(EXPR current_level "${current_level} + 1")
   endwhile(${current_level} LESS ${HIGHEST_TARGET_LEVEL})
-endif(BRLCAD_BUILD_LIBBRLCAD AND USE_OBJECT_LIBS)
+endif(BRLCAD_ENABLE_BRLCAD_LIBRARY AND USE_OBJECT_LIBS)
 
 CMAKEFILES(README)
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to