Skip to content

Commit 1a9d78a

Browse files
authored
Merge pull request #130 from aminya/colcon [skip ci]
2 parents 01a3fb1 + d611ec1 commit 1a9d78a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/Common.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ macro(common_project_options)
5050
""
5151
OR "$ENV{COLCON}" STREQUAL "1")
5252
# these are used in order:
53-
set(CMAKE_MAP_IMPORTED_CONFIG_RELWITHDEBINFO "RelWithDebInfo;Release;None;NoConfig")
53+
set(CMAKE_MAP_IMPORTED_CONFIG_RELWITHDEBINFO
54+
"RelWithDebInfo;Release;None;NoConfig"
55+
CACHE STRING "Fallbacks for the RelWithDebInfo build type")
5456
endif()
5557

5658
# Generate compile_commands.json to make it easier to work with clang based tools

0 commit comments

Comments
 (0)