From 03dd2c18d2770c219851049bac7f9c1d7855525f Mon Sep 17 00:00:00 2001 From: Deamon87 Date: Tue, 31 May 2022 02:38:33 +0300 Subject: [PATCH] Exclude other targets from ALL cmake target, making install clean --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d8bbdd..b88783d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ if (WIN32 AND NOT MSVC) add_compile_options(-fstack-protector) endif() -add_subdirectory(${PROJECT_SOURCE_DIR}/3rdparty/SQLiteCpp) +add_subdirectory(${PROJECT_SOURCE_DIR}/3rdparty/SQLiteCpp EXCLUDE_FROM_ALL) include_directories( ${CMAKE_CURRENT_LIST_DIR}/3rdparty/SQLiteCpp/include