mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 22:14:59 +00:00
Merge cmake files release -> trunk.
[SVN r52866]
This commit is contained in:
parent
e53312a0b8
commit
c4e8412740
9 changed files with 22 additions and 9 deletions
|
@ -77,9 +77,9 @@ SET(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
|
|||
list(APPEND CMAKE_MODULE_PATH ${Boost_SOURCE_DIR}/tools/build/CMake)
|
||||
include(BoostUtils)
|
||||
include(BoostConfig)
|
||||
include(BoostBuildSlave)
|
||||
include(BoostCore)
|
||||
include(BoostDocs)
|
||||
include(CTest)
|
||||
include(BoostTesting)
|
||||
##########################################################################
|
||||
|
||||
|
@ -262,7 +262,7 @@ add_definitions(-DBOOST_ALL_NO_LIB=1)
|
|||
add_subdirectory(doc)
|
||||
|
||||
# Add build rules for all of the Boost libraries
|
||||
add_subdirectory(${BOOST_LIBS_DIR})
|
||||
add_subdirectory(libs)
|
||||
|
||||
# Add build rules for all of the Boost tools
|
||||
# TODO: On hold while I work on the modularity code
|
||||
|
|
13
CTestConfig.cmake
Normal file
13
CTestConfig.cmake
Normal file
|
@ -0,0 +1,13 @@
|
|||
## This file should be placed in the root directory of your project.
|
||||
## Then modify the CMakeLists.txt file in the root directory of your
|
||||
## project to incorporate the testing dashboard.
|
||||
## # The following are required to uses Dart and the Cdash dashboard
|
||||
## ENABLE_TESTING()
|
||||
## INCLUDE(CTest)
|
||||
set(CTEST_PROJECT_NAME "Boost")
|
||||
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
|
||||
|
||||
set(CTEST_DROP_METHOD "http")
|
||||
set(CTEST_DROP_SITE "www.cdash.org")
|
||||
set(CTEST_DROP_LOCATION "/CDashPublic/submit.php?project=Boost")
|
||||
set(CTEST_DROP_SITE_CDASH TRUE)
|
|
@ -1 +1 @@
|
|||
Subproject commit 1f51450f237c09db59f3177724d313d87e708fcc
|
||||
Subproject commit c36065dc88eba6590f77907af7d7543a9a7dcef0
|
|
@ -1 +1 @@
|
|||
Subproject commit e4ccf81e8212d6c34dba219cf2973bbae89d374a
|
||||
Subproject commit 98331c354279d601c487538db1c396918d0116ca
|
|
@ -1 +1 @@
|
|||
Subproject commit 7a7b32661ea6e778b6b1521fa740c150aad0adad
|
||||
Subproject commit e16b3f8ab8132146a3cb3001e425fcf380389e69
|
|
@ -1 +1 @@
|
|||
Subproject commit 55d979060c47a833672f7735ffba3c5f55cc3973
|
||||
Subproject commit f310162a85f5af507fd97f342b52b5be8bde9a5c
|
|
@ -1 +1 @@
|
|||
Subproject commit 406df28ee7022f1ac4d52df1afc1c231b37abfc4
|
||||
Subproject commit 54ee54aac5d3b4178762b67cb55338e9c6f38635
|
|
@ -1 +1 @@
|
|||
Subproject commit dc650bf3576ea98611580375a8597c156b434bf0
|
||||
Subproject commit c919a0cf0e8a2b45cd150dbfff53d0b2dde8701d
|
|
@ -1 +1 @@
|
|||
Subproject commit f6a90eb76c28a664c0af6a31117ccbcbb7686cca
|
||||
Subproject commit 61add925726541d1a825a7160c36f51cd63a5055
|
Loading…
Add table
Reference in a new issue