We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01a3fb1 + d611ec1 commit 1a9d78aCopy full SHA for 1a9d78a
1 file changed
src/Common.cmake
@@ -50,7 +50,9 @@ macro(common_project_options)
50
""
51
OR "$ENV{COLCON}" STREQUAL "1")
52
# these are used in order:
53
- set(CMAKE_MAP_IMPORTED_CONFIG_RELWITHDEBINFO "RelWithDebInfo;Release;None;NoConfig")
+ set(CMAKE_MAP_IMPORTED_CONFIG_RELWITHDEBINFO
54
+ "RelWithDebInfo;Release;None;NoConfig"
55
+ CACHE STRING "Fallbacks for the RelWithDebInfo build type")
56
endif()
57
58
# Generate compile_commands.json to make it easier to work with clang based tools
0 commit comments