Revision: 54930
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54930&view=rev
Author:   brlcad
Date:     2013-03-28 05:20:13 +0000 (Thu, 28 Mar 2013)
Log Message:
-----------
the library name is supposed to be boost_thread

Modified Paths:
--------------
    brlcad/trunk/src/other/boost/libs/thread/CMakeLists.txt

Modified: brlcad/trunk/src/other/boost/libs/thread/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/boost/libs/thread/CMakeLists.txt     2013-03-28 
04:40:31 UTC (rev 54929)
+++ brlcad/trunk/src/other/boost/libs/thread/CMakeLists.txt     2013-03-28 
05:20:13 UTC (rev 54930)
@@ -23,12 +23,12 @@
        SET(thread_SRCS ${pthread_SRCS})
 ENDIF(WIN32)
 
-add_library(boost_threads SHARED ${thread_SRCS})
-target_link_libraries(boost_threads ${CMAKE_THREAD_LIBS_INIT})
-set_target_properties(boost_threads PROPERTIES LINK_FLAGS 
"-DBOOST_THREAD_USE_DLL=1")
+add_library(boost_thread SHARED ${thread_SRCS})
+target_link_libraries(boost_thread ${CMAKE_THREAD_LIBS_INIT})
+set_target_properties(boost_thread PROPERTIES LINK_FLAGS 
"-DBOOST_THREAD_USE_DLL=1")
 
-add_library(boost_threads_static STATIC ${thread_SRCS})
-target_link_libraries(boost_threads_static ${CMAKE_THREAD_LIBS_INIT})
-set_target_properties(boost_threads_static PROPERTIES LINK_FLAGS 
"-DBOOST_THREAD_USE_LIB=1")
+add_library(boost_thread_static STATIC ${thread_SRCS})
+target_link_libraries(boost_thread_static ${CMAKE_THREAD_LIBS_INIT})
+set_target_properties(boost_thread_static PROPERTIES LINK_FLAGS 
"-DBOOST_THREAD_USE_LIB=1")
 
 endif(CMAKE_THREAD_LIBS_INIT)

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


------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to