Skip to content

Commit

Permalink
Merge pull request #280 from akallabeth/CMAKE_SKIP_INSTALL_ALL_DEPEND…
Browse files Browse the repository at this point in the history
…ENCY

make CMAKE_SKIP_INSTALL_ALL_DEPENDENCY an option
  • Loading branch information
PJK committed May 6, 2023
2 parents 8fba9a6 + be34160 commit 23ecd08
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 @@ -8,7 +8,7 @@ SET(CBOR_VERSION_MINOR "10")
SET(CBOR_VERSION_PATCH "2")
SET(CBOR_VERSION ${CBOR_VERSION_MAJOR}.${CBOR_VERSION_MINOR}.${CBOR_VERSION_PATCH})

set(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY true)
option(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY "cmake --build --target install does not depend on cmake --build" true)
include(CheckIncludeFiles)

include(TestBigEndian)
Expand Down

0 comments on commit 23ecd08

Please sign in to comment.