Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.

[SVN r49627]
This commit is contained in:
Michael A. Jackson
2008-11-07 17:02:56 +00:00
parent a65512ed5c
commit 5e7948667e

View File

@ -1,3 +1,5 @@
boost_additional_test_dependencies(range BOOST_DEPENDS test)
message(STATUS "libs/range/test: need -Wall -Wunused here when under gcc") message(STATUS "libs/range/test: need -Wall -Wunused here when under gcc")
set( test_compile_flags "") set( test_compile_flags "")
IF(CMAKE_COMPILER_IS_GNUCC) IF(CMAKE_COMPILER_IS_GNUCC)