We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b1c4dc commit 92dea69Copy full SHA for 92dea69
tools/swift-inspect/CMakeLists.txt
@@ -22,6 +22,7 @@ FetchContent_Declare(ArgumentParser
22
FIND_PACKAGE_ARGS CONFIG)
23
24
block(SCOPE_FOR VARIABLES)
25
+ set(BUILD_SHARED_LIBS OFF CACHE INTERNAL "Build as a shared library")
26
set(BUILD_TESTING OFF CACHE INTERNAL "Skip building ArgumentParser tests")
27
set(BUILD_EXAMPLES OFF CACHE INTERNAL "Skip building ArgumentParser examples")
28
FetchContent_MakeAvailable(ArgumentParser)
0 commit comments