Moved check target to GtsamTesting.cmake

release/4.3a0
Richard Roberts 2012-04-24 14:21:15 +00:00
parent 9ba94e4d3c
commit 9a1115c49b
1 changed files with 0 additions and 4 deletions

View File

@ -78,10 +78,6 @@ if (GTSAM_BUILD_TESTS)
include(CTest)
endif()
# Enable make check (http://www.cmake.org/Wiki/CMakeEmulateMakeCheck)
add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND})
add_custom_target(timing)
# Find boost
find_package(Boost 1.40 COMPONENTS serialization REQUIRED)