Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2012-11-16 00:21:33 +0400
committerThomas Dinges <blender@dingto.org>2012-11-16 00:21:33 +0400
commitdc4ffd8a8617459f4c8468b36a9ee0bba48af54c (patch)
treeb2918f27e7ddf7fd7e2a9578c7eba18df878bf0a /CMakeLists.txt
parentc408d41fc8ece38d1731358a2d24ec53c1b5a5c7 (diff)
* Fix typo in cmake, own fault.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 68c87a81114..25e258419e7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1128,14 +1128,14 @@ elseif(WIN32)
set(BOOST_LIBRARIES
optimized libboost_date_time-${BOOST_POSTFIX} optimized libboost_filesystem-${BOOST_POSTFIX}
optimized libboost_regex-${BOOST_POSTFIX}
- optimized libboost_system-${BOOST_POSTFIX} optimized libboost_thread-${BOOST_POSTFIX}
+ optimized libboost_system-${BOOST_POSTFIX} optimized libboost_thread-${BOOST_POSTFIX})
#debug libboost_date_time-${BOOST_DEBUG_POSTFIX} debug libboost_filesystem-${BOOST_DEBUG_POSTFIX}
#debug libboost_regex-${BOOST_DEBUG_POSTFIX}
- #debug libboost_system-${BOOST_DEBUG_POSTFIX} debug libboost_thread-${BOOST_DEBUG_POSTFIX})
+ #debug libboost_system-${BOOST_DEBUG_POSTFIX} debug libboost_thread-${BOOST_DEBUG_POSTFIX}
if(WITH_INTERNATIONAL)
set(BOOST_LIBRARIES ${BOOST_LIBRARIES}
- optimized libboost_locale-${BOOST_POSTFIX}
- #debug libboost_locale-${BOOST_DEBUG_POSTFIX})
+ optimized libboost_locale-${BOOST_POSTFIX})
+ #debug libboost_locale-${BOOST_DEBUG_POSTFIX}
endif(WITH_INTERNATIONAL)
set(BOOST_DEFINITIONS "-DBOOST_ALL_NO_LIB")
endif()