Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
sot-core
Commits
89c87a0c
Commit
89c87a0c
authored
May 14, 2011
by
Francois Keith
Browse files
Correct the link with boost
parent
22d360ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
89c87a0c
...
...
@@ -41,7 +41,7 @@ PKG_CONFIG_APPEND_LIBS("sot-core")
# Search for dependencies.
# Boost
SET
(
BOOST_COMPONENTS thread filesystem program_options unit_test_framework
)
SET
(
BOOST_COMPONENTS thread filesystem program_options unit_test_framework
system
)
SEARCH_FOR_BOOST
()
ADD_REQUIRED_DEPENDENCY
(
"jrl-mal >= 1.8.0"
)
...
...
unitTesting/CMakeLists.txt
View file @
89c87a0c
...
...
@@ -142,7 +142,7 @@ FOREACH(test ${tests})
# Link against Boost.
IF
(
APPLE
)
TARGET_LINK_LIBRARIES
(
${
EXECUTABLE_NAME
}
${
Boost_LIBRARIES
}
b
oost_
system
)
TARGET_LINK_LIBRARIES
(
${
EXECUTABLE_NAME
}
${
Boost_LIBRARIES
}
${
B
oost_
SYSTEM_LIBRARY
}
)
ENDIF
(
APPLE
)
ADD_TEST
(
${
test
}
${
EXECUTABLE_NAME
}
)
...
...
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