Skip to content

Commit

Permalink
Exclude other targets from ALL cmake target, making install clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Deamon87 committed May 30, 2022
1 parent 4036762 commit 03dd2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03dd2c1

Please sign in to comment.