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
CoMISo
CoMISo
Commits
4f5ae009
Commit
4f5ae009
authored
May 24, 2018
by
Jan Möbius
Browse files
Updated cgal finder
parent
386636a0
Pipeline
#7068
failed with stages
in 8 minutes and 19 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
cmake/FindCGAL.cmake
View file @
4f5ae009
...
...
@@ -38,10 +38,10 @@ endif()
IF
(
NOT APPLE
)
# Look for the header file.
FIND_PATH
(
CGAL_INCLUDE_DIR NAMES CGAL/auto_link/auto_link.h
PATHS /usr/include
PATHS
"
${
VS_SEARCH_PATH
}
/CGAL-4.12/include"
/usr/include
../../External/include
$ENV{CGAL_DIR}/include
"
${
VS_SEARCH_PATH
}
/CGAL-4.12/include"
$ENV{CGAL_DIR}/include
"C:/libs/CGAL-3.6/include"
"C:/Program Files/CGAL-3.5/include"
"C:/Programme/CGAL-3.5/include"
...
...
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