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 eadd166 commit 9108bbbCopy full SHA for 9108bbb
CMakeLists.txt
@@ -337,8 +337,10 @@ if (SQLITECPP_BUILD_TESTS)
337
338
find_package(GTest)
339
if (GTEST_FOUND)
340
+ message(STATUS "Link to GTest system library")
341
target_link_libraries(SQLiteCpp_tests GTest::GTest GTest::Main SQLiteCpp sqlite3)
342
else (GTEST_FOUND)
343
+ message(STATUS "Compile googletest from source in submodule")
344
# deactivate some warnings for compiling the googletest library
345
if (NOT MSVC)
346
add_compile_options(-Wno-switch-enum)
0 commit comments