Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cmake
cmake-library
Commits
9c4e20e2
Commit
9c4e20e2
authored
Dec 02, 2020
by
Max Lyon
Browse files
allow RelWithDebInfo builds
parent
65ba2bbf
Pipeline
#16051
failed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
VCI/ACGCommon.cmake
View file @
9c4e20e2
...
...
@@ -18,8 +18,8 @@ if ( BLOCK_IN_SOURCE_BUILD )
endif
(
"
${
CMAKE_BINARY_DIR
}
"
STREQUAL
"
${
CMAKE_SOURCE_DIR
}
"
)
endif
()
# allow only Debug
and Release
builds
set
(
CMAKE_CONFIGURATION_TYPES
"Debug;Release"
CACHE STRING
""
)
# allow only Debug
, Release and RelWithDebInfo
builds
set
(
CMAKE_CONFIGURATION_TYPES
"Debug;Release
;RelWithDebInfo
"
CACHE STRING
""
)
mark_as_advanced
(
CMAKE_CONFIGURATION_TYPES
)
# set Debus as default build target
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment