We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9be84 commit b0bae63Copy full SHA for b0bae63
tools/swift-inspect/CMakeLists.txt
@@ -20,8 +20,8 @@ FetchContent_Declare(ArgumentParser
20
GIT_SHALLOW TRUE
21
EXCLUDE_FROM_ALL
22
FIND_PACKAGE_ARGS CONFIG)
23
-set(BUILD_TESTING OFF CACHE INTERNAL "skip building tests")
24
-set(BUILD_EXAMPLES OFF CACHE INTERNAL "skip building examples")
+set(BUILD_TESTING OFF CACHE INTERNAL "Skip building ArgumentParser tests")
+set(BUILD_EXAMPLES OFF CACHE INTERNAL "Skip building ArgumentParser examples")
25
FetchContent_MakeAvailable(ArgumentParser)
26
27
add_library(SymbolicationShims INTERFACE)
0 commit comments