Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
CoMISo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CoMISo
CoMISo
Commits
7965bd59
Commit
7965bd59
authored
Dec 07, 2016
by
Max Lyon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable CGAL autolink
parent
6df9934a
Pipeline
#3819
passed with stage
in 6 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
CMakeLists.txt
CMakeLists.txt
+1
-0
No files found.
CMakeLists.txt
View file @
7965bd59
...
...
@@ -79,6 +79,7 @@ if (CGAL_FOUND)
list
(
APPEND COMISO_INCLUDE_DIRECTORIES
${
CGAL_INCLUDE_DIR
}
)
list
(
APPEND COMISO_LINK_DIRECTORIES
${
CGAL_LIBRARY_DIR
}
)
list
(
APPEND COMISO_LINK_LIBRARIES
${
CGAL_LIBRARIES
}
)
add_definitions
(
-DCGAL_NO_AUTOLINK
)
else
()
set
(
COMISO_CGAL_CONFIG_FILE_SETTINGS
"#define COMISO_CGAL_AVAILABLE 0"
)
message
(
STATUS
"CGAL not found!"
)
...
...
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