Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenVolumeMesh
OpenVolumeMesh
Commits
33dc3331
Commit
33dc3331
authored
Jul 04, 2019
by
Martin Heistermann
Browse files
Fix mac unittests, specify gtest location explicitly.
parent
2528b837
Changes
1
Hide whitespace changes
Inline
Side-by-side
CI/ci-mac.sh
View file @
33dc3331
...
...
@@ -10,6 +10,10 @@ export PATH
OPTIONS
=
""
OPTIONS
=
"
${
OPTIONS
}
-DGTEST_LIBRARY=
${
HOME
}
/sw/gtest-1.7.0/lib/libgtest.a"
OPTIONS
=
"
${
OPTIONS
}
-DGTEST_INCLUDE_DIR=
${
HOME
}
/sw/gtest-1.7.0/include/"
OPTIONS
=
"
${
OPTIONS
}
-DGTEST_MAIN_LIBRARY=
${
HOME
}
/sw/gtest-1.7.0/lib/libgtest_main.a"
if
[
"
$LANGUAGE
"
==
"C++98"
]
;
then
echo
"Building with C++98"
;
elif
[
"
$LANGUAGE
"
==
"C++11"
]
;
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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