Skip to content

Commit b0bae63

Browse files
committed
[swift-inspect] clarify CMake properties set for ArgumentParser
1 parent ba9be84 commit b0bae63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/swift-inspect/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ FetchContent_Declare(ArgumentParser
2020
GIT_SHALLOW TRUE
2121
EXCLUDE_FROM_ALL
2222
FIND_PACKAGE_ARGS CONFIG)
23-
set(BUILD_TESTING OFF CACHE INTERNAL "skip building tests")
24-
set(BUILD_EXAMPLES OFF CACHE INTERNAL "skip building examples")
23+
set(BUILD_TESTING OFF CACHE INTERNAL "Skip building ArgumentParser tests")
24+
set(BUILD_EXAMPLES OFF CACHE INTERNAL "Skip building ArgumentParser examples")
2525
FetchContent_MakeAvailable(ArgumentParser)
2626

2727
add_library(SymbolicationShims INTERFACE)

0 commit comments

Comments
 (0)