You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# add the subdirectory containing the CMakeLists.txt for the gtest library
310
-
# TODO: under Linux, uses libgtest-dev if found
311
-
if (NOTEXISTS"${PROJECT_SOURCE_DIR}/googletest/CMakeLists.txt")
312
-
message(FATAL_ERROR"Missing 'googletest' submodule! Either use 'git submodule init' and 'git submodule update' to get googletest according to the README, or deactivate unit tests with -DSQLITECPP_BUILD_TESTS=OFF")
# add the subdirectory containing the CMakeLists.txt for the gtest library
317
+
if (NOTEXISTS"${PROJECT_SOURCE_DIR}/googletest/CMakeLists.txt")
318
+
message(FATAL_ERROR"Missing 'googletest' submodule! Either use 'git submodule init' and 'git submodule update' to get googletest according to the README, or deactivate unit tests with -DSQLITECPP_BUILD_TESTS=OFF")
0 commit comments