Print boost libraries one per line.
This commit is contained in:
parent
c6f2e533b8
commit
42df785cb4
|
@ -124,7 +124,9 @@
|
||||||
endif(NOT Boost_FOUND)
|
endif(NOT Boost_FOUND)
|
||||||
endif(ARGC LESS 1)
|
endif(ARGC LESS 1)
|
||||||
message(STATUS "Found Boost libraries ${Boost_LIB_VERSION} in ${Boost_INCLUDE_DIR}")
|
message(STATUS "Found Boost libraries ${Boost_LIB_VERSION} in ${Boost_INCLUDE_DIR}")
|
||||||
message(STATUS " ${Boost_LIBRARIES}")
|
foreach(LIBRARY IN LISTS Boost_LIBRARIES)
|
||||||
|
message(STATUS " ${LIBRARY}")
|
||||||
|
endforeach(LIBRARY)
|
||||||
endmacro(setup_boost)
|
endmacro(setup_boost)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue