Skip to content

Commit

Permalink
Fix problem including CTest
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Jul 21, 2017
1 parent bea46bf commit 768efcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/BCMTest.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
option(BUILD_TESTING off)

include(CMakeParseArguments)
include(CTest)
enable_testing()

if(NOT TARGET check)
add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure -C ${CMAKE_CFG_INTDIR})
Expand Down

0 comments on commit 768efcb

Please sign in to comment.