Skip to content

Commit 6cd8c8b

Browse files
Apply suggestions from code review
Co-authored-by: kirkrodrigues <[email protected]>
1 parent bda1ea0 commit 6cd8c8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
88
set(CMAKE_BUILD_TYPE "${default_build_type}" CACHE STRING "Choose the type of build." FORCE)
99
endif()
1010

11-
# Enable exporting compile commands
1211
set(CMAKE_EXPORT_COMPILE_COMMANDS
1312
ON
1413
CACHE BOOL
15-
"Enable/Disable output of compile commands during generation."
14+
"Enable/disable output of compile commands during generation."
1615
FORCE
1716
)
1817

0 commit comments

Comments
 (0)