Revision: 55081
http://brlcad.svn.sourceforge.net/brlcad/?rev=55081&view=rev
Author: starseeker
Date: 2013-04-08 16:09:19 +0000 (Mon, 08 Apr 2013)
Log Message:
-----------
Reset BRLCAD_LIBS list to make sure items don't linger after being turned off
in a configure pass.
Modified Paths:
--------------
brlcad/trunk/CMakeLists.txt
Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2013-04-08 15:37:25 UTC (rev 55080)
+++ brlcad/trunk/CMakeLists.txt 2013-04-08 16:09:19 UTC (rev 55081)
@@ -198,6 +198,11 @@
# Define CMake routines for bookkeeping of build files
include(${CMAKE_SOURCE_DIR}/misc/CMake/BRLCAD_CMakeFiles.cmake)
+# Make sure the BRL-CAD library list is initialized empty - this way
+# if pieces are disabled between one configure and the next, they
+# won't linger in the list
+set(BRLCAD_LIBS "" CACHE STRING "BRL-CAD libraries" FORCE)
+
#---------------------------------------------------------------------
# Define the current BRL-CAD version.
# See HACKING for details on how to properly update the version
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire
the most talented Cisco Certified professionals. Visit the
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits