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
Robotlab
firefly
Commits
77e60bb7
Commit
77e60bb7
authored
Mar 28, 2014
by
Erik Jansson
Browse files
Fix FindCUnit in CMake
parent
e009035a
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake_modules/FindCUnit.cmake
View file @
77e60bb7
...
...
@@ -9,5 +9,9 @@ include(LibFindMacros)
find_path
(
CUNIT_INCLUDE_DIR NAMES CUnit/CUnit.h PATH_SUFFIXES cunit
)
find_library
(
CUNIT_LIBRARY NAMES cunit libcunit cunitlib
)
set
(
CUNIT_PROCESS_INCLUDES CUNIT_INCLUDE_DIR
)
set
(
CUNIT_PROCESS_LIBS CUNIT_LIBRARY
)
libfind_process
(
CUNIT
)
Write
Preview
Supports
Markdown
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