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
dCache
cta
Commits
3a3320a0
Commit
3a3320a0
authored
Aug 26, 2016
by
Steven Murray
Browse files
Put back GCC_VERSION_GE_4_8_0 because it is still in use
parent
81c2ea56
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3a3320a0
...
...
@@ -54,6 +54,11 @@ if (CMAKE_COMPILER_IS_GNUCC)
endif
(
GCC_VERSION VERSION_GREATER 4.4.7
)
endif
(
CMAKE_COMPILER_IS_GNUCC
)
set
(
GCC_VERSION_GE_4_8_0 FALSE
)
if
(
CMAKE_COMPILER_IS_GNUCC
AND
((
GCC_VERSION VERSION_GREATER 4.8.0
)
OR
(
GCC_VERSION VERSION_EQUAL 4.8.0
)))
set
(
GCC_VERSION_GE_4_8_0 TRUE
)
endif
(
CMAKE_COMPILER_IS_GNUCC
AND
((
GCC_VERSION VERSION_GREATER 4.8.0
)
OR
(
GCC_VERSION VERSION_EQUAL 4.8.0
)))
# Generate the compilation variables, if needed
if
(
NOT DEFINED SKIP_UNIT_TESTS
)
message
(
STATUS
"Setting SKIP_UNIT_TESTS to the value of 0"
)
...
...
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