Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
CoMISo
CoMISo
Commits
9462ed8e
Commit
9462ed8e
authored
Jul 29, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cmake/ACGCommon.cmake
cmake/ACGCommon.cmake
+1
-1
No files found.
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
Markdown
is supported
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