Skip to content

Commit

Permalink
gate subdirs on BUILD_TESTS
Browse files Browse the repository at this point in the history
  • Loading branch information
0u812 committed Nov 18, 2015
1 parent 011e88e commit fcc5b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ endif(INSTALL_CXX_API)

add_subdirectory(wrappers)

if(BUILD_TEST_TOOLS)
if(BUILD_TESTS AND BUILD_TEST_TOOLS)
message(STATUS "building tests")
add_subdirectory(testing)
add_subdirectory(autotest)
Expand Down

0 comments on commit fcc5b5f

Please sign in to comment.