Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpp-fcl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Guilhem Saurel
hpp-fcl
Commits
f77bc625
Commit
f77bc625
authored
12 years ago
by
isucan
Browse files
Options
Downloads
Patches
Plain Diff
add boost system
git-svn-id:
https://kforge.ros.org/fcl/fcl_ros@175
253336fb-580f-4252-a368-f3cef5a2a82b
parent
ddaa603d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
trunk/fcl/CMakeLists.txt
+1
-1
1 addition, 1 deletion
trunk/fcl/CMakeLists.txt
with
1 addition
and
1 deletion
trunk/fcl/CMakeLists.txt
+
1
−
1
View file @
f77bc625
...
@@ -43,7 +43,7 @@ endif()
...
@@ -43,7 +43,7 @@ endif()
if
(
MSVC OR MSVC90 OR MSVC10
)
if
(
MSVC OR MSVC90 OR MSVC10
)
add_definitions
(
-DBOOST_ALL_NO_LIB
)
add_definitions
(
-DBOOST_ALL_NO_LIB
)
endif
()
endif
()
find_package
(
Boost COMPONENTS thread REQUIRED
)
find_package
(
Boost COMPONENTS thread
system
REQUIRED
)
include_directories
(
${
Boost_INCLUDE_DIR
}
)
include_directories
(
${
Boost_INCLUDE_DIR
}
)
# make sure we know what flag we used for SSE
# make sure we know what flag we used for SSE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment