Skip to content
Snippets Groups Projects
Commit 909e4667 authored by Julien Malik's avatar Julien Malik
Browse files

COMP: add messages when we look for Boost two times

parent 999d6eac
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,14 @@ if (BUILD_TESTING)
endif()
# Required
message(STATUS "Looking for required Boost headers")
find_package ( Boost
1.35.0
REQUIRED
)
# Optional components
message(STATUS "Looking for optional Boost commponents : ${OTB_Boost_OPTIONAL_COMPONENTS}")
find_package ( Boost
1.35.0
COMPONENTS ${OTB_Boost_OPTIONAL_COMPONENTS}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment