Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Nektar
Nektar
Commits
4c39df17
Commit
4c39df17
authored
May 09, 2015
by
Spencer Sherwin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added ThirdParty directory to search
parent
f279f742
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cmake/ThirdPartyCCM.cmake
cmake/ThirdPartyCCM.cmake
+1
-1
No files found.
cmake/ThirdPartyCCM.cmake
View file @
4c39df17
...
...
@@ -9,7 +9,7 @@ OPTION(NEKTAR_USE_CCM
"CCM star i/o library is available."
OFF
)
IF
(
NEKTAR_USE_CCM
)
FIND_LIBRARY
(
CCMIO_LIBRARY NAMES
"ccmio"
"adf"
PATHS /usr/local/lib
)
FIND_LIBRARY
(
CCMIO_LIBRARY NAMES
"ccmio"
"adf"
PATHS /usr/local/lib
${
Nektar++_TP_LIBRARY_DIRS
}
)
IF
(
CCMIO_LIBRARY
)
MESSAGE
(
STATUS
"Found Ccmio:
${
CCMIO_LIBRARY
}
"
)
...
...
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