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
02b873d3
Commit
02b873d3
authored
Apr 06, 2016
by
Spencer Sherwin
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to extract directory of libccmio.a
parent
e6b9d002
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
cmake/ThirdPartyCCM.cmake
cmake/ThirdPartyCCM.cmake
+2
-0
No files found.
cmake/ThirdPartyCCM.cmake
View file @
02b873d3
...
...
@@ -16,6 +16,8 @@ IF( NEKTAR_USE_CCM )
MARK_AS_ADVANCED
(
CCMIO_LIBRARY
)
ADD_DEFINITIONS
(
-DNEKTAR_USE_CCM
)
FIND_PATH
(
CCMIO_INCLUDE_DIR ccmio.h
)
GET_FILENAME_COMPONENT
(
CCMIO_LIBRARY_PATH
${
CCMIO_LIBRARY
}
PATH
)
LINK_DIRECTORIES
(
${
CCMIO_LIBRARY_PATH
}
)
ELSE
()
MESSAGE
(
FATAL_ERROR
"Cound not find ccmio library"
)
ENDIF
()
...
...
Spencer Sherwin
@ssherw
mentioned in commit
82cb64c8
·
Apr 11, 2016
mentioned in commit
82cb64c8
mentioned in commit 82cb64c8acd352291eed78d90038c74b5e73d072
Toggle commit list
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