Skip to content

Commit b8eb85d

Browse files
Update CMake to enable tests by default
Co-authored-by: Scott K Logan <[email protected]>
1 parent cf77526 commit b8eb85d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ endif()
237237

238238
######################################################
239239

240+
include(CTest)
240241
if (BTCPP_UNIT_TESTS AND BUILD_TESTING)
241242
add_subdirectory(tests)
242243
endif()

0 commit comments

Comments
 (0)