Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
8747cc11
Commit
8747cc11
authored
Jul 06, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dont force cmake configuration types
parent
d4c83ffb
Pipeline
#2265
passed with stage
in 81 minutes and 53 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 @
8747cc11
...
@@ -20,7 +20,7 @@ if ( BLOCK_IN_SOURCE_BUILD )
...
@@ -20,7 +20,7 @@ if ( BLOCK_IN_SOURCE_BUILD )
endif
()
endif
()
# allow only Debug and Release builds
# allow only Debug and Release builds
set
(
CMAKE_CONFIGURATION_TYPES
"Debug;Release;RelWithDebInfo"
CACHE STRING
""
FORCE
)
set
(
CMAKE_CONFIGURATION_TYPES
"Debug;Release;RelWithDebInfo"
CACHE STRING
""
)
mark_as_advanced
(
CMAKE_CONFIGURATION_TYPES
)
mark_as_advanced
(
CMAKE_CONFIGURATION_TYPES
)
# set Debus as default build target
# 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