Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Nektar
Nektar
Commits
8ad5ccb2
Commit
8ad5ccb2
authored
Jul 05, 2017
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
eb8eab36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
cmake/ThirdPartyCCM.cmake
cmake/ThirdPartyCCM.cmake
+4
-0
No files found.
cmake/ThirdPartyCCM.cmake
View file @
8ad5ccb2
...
...
@@ -8,6 +8,8 @@
OPTION
(
NEKTAR_USE_CCM
"use CCM star i/o"
OFF
)
IF
(
NEKTAR_USE_CCM
)
# First search for system ccmioL installs. Hint /usr/local
FIND_PATH
(
CCMIO_INCLUDE_DIR ccmio.h PATHS /usr/local/include
)
FIND_LIBRARY
(
CCMIO_LIBRARY NAMES
"ccmio"
PATHS /usr/local/lib
)
...
...
@@ -79,3 +81,5 @@ SET(CCMIO_LIBRARIES ccmio adf)
MARK_AS_ADVANCED
(
CCMIO_INCLUDE_DIR
)
MARK_AS_ADVANCED
(
CCMIO_LIBRARY
)
ENDIF
(
NEKTAR_USE_CCM
)
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