Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sft
lcgcmake
Commits
4ce0c840
Commit
4ce0c840
authored
Oct 19, 2021
by
Pere Mato Vila
Browse files
Added protection
parent
c7355fc4
Pipeline
#3141797
passed with stage
in 7 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
externals/CMakeLists.txt
View file @
4ce0c840
...
...
@@ -1878,7 +1878,7 @@ LCGPackage_Add(
#---xqilla----------------------------------------------------------------------
set
(
xqilla_CXXFLAGS
"-fpermissive"
)
if
(
${
xqilla_native_version
}
VERSION_EQUAL 2.3.4 AND
${
LCG_COMP
}
MATCHES gcc AND
${
LCG_COMPVERS
}
EQUAL 11
)
if
(
"
${
xqilla_native_version
}
"
VERSION_EQUAL 2.3.4 AND
${
LCG_COMP
}
MATCHES gcc AND
${
LCG_COMPVERS
}
EQUAL 11
)
set
(
xqilla_CXXFLAGS
"-fpermissive -std=c++14"
)
endif
()
LCGPackage_Add
(
...
...
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