We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda1ea0 commit 6cd8c8bCopy full SHA for 6cd8c8b
examples/CMakeLists.txt
@@ -8,11 +8,10 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
8
set(CMAKE_BUILD_TYPE "${default_build_type}" CACHE STRING "Choose the type of build." FORCE)
9
endif()
10
11
-# Enable exporting compile commands
12
set(CMAKE_EXPORT_COMPILE_COMMANDS
13
ON
14
CACHE BOOL
15
- "Enable/Disable output of compile commands during generation."
+ "Enable/disable output of compile commands during generation."
16
FORCE
17
)
18
0 commit comments