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
CoMISo
CoMISo
Commits
9462ed8e
Commit
9462ed8e
authored
Jul 29, 2016
by
Jan Möbius
Browse files
Do not force build types
parent
2af59125
Pipeline
#2343
failed with stage
in 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmake/ACGCommon.cmake
View file @
9462ed8e
...
...
@@ -19,7 +19,7 @@ if ( BLOCK_IN_SOURCE_BUILD )
endif
()
# allow only Debug and Release builds
set
(
CMAKE_CONFIGURATION_TYPES
"Debug;Release"
CACHE STRING
""
FORCE
)
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