We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5c319 commit b66ef0aCopy full SHA for b66ef0a
CMakeLists.txt
@@ -38,9 +38,9 @@ target_include_directories(sqlite_modern_cpp INTERFACE hdr/)
38
add_executable(tests_runner ${TEST_SOURCES})
39
target_include_directories(tests_runner INTERFACE ${SQLITE3_INCLUDE_DIRS})
40
if(ENABLE_SQLCIPHER_TESTS)
41
- target_link_libraries(tests Catch2::Catch2 sqlite_modern_cpp sqlite3::sqlite3 -lsqlcipher)
+ target_link_libraries(tests_runner Catch2::Catch2 sqlite_modern_cpp sqlite3::sqlite3 -lsqlcipher)
42
else()
43
- target_link_libraries(tests Catch2::Catch2 sqlite_modern_cpp sqlite3::sqlite3)
+ target_link_libraries(tests_runner Catch2::Catch2 sqlite_modern_cpp sqlite3::sqlite3)
44
endif()
45
46
catch_discover_tests(tests_runner)
0 commit comments