AcademySoftwareFoundation / rawtoaces

RAW to ACES Utility
141 stars 47 forks source link

New Boost may cause "CMake" to generate warnings #90

Closed miaoqi closed 6 years ago

miaoqi commented 7 years ago

Boost just got upgraded to the newer version - 106500. Since "CMake" is relatively older, the "FindBoost.cmake" is still attached previous Boost.

At this time, you can still compile "rawtoaces" and run it with no issues. If you want to suppress the warnings, you can "brew pin" the old Boost (any version before 106500).

The warning is probably shown as below:

" -- Found Boost_FOUND, version 106500 CMake Warning at /usr/local/Cellar/cmake/3.9.1/share/cmake/Modules/FindBoost.cmake:771 (message): Imported targets not available for Boost version 106500 Call Stack (most recent call first): /usr/local/Cellar/cmake/3.9.1/share/cmake/Modules/FindBoost.cmake:875 (_Boost_COMPONENT_DEPENDENCIES) /usr/local/Cellar/cmake/3.9.1/share/cmake/Modules/FindBoost.cmake:1503 (_Boost_MISSING_DEPENDENCIES) unittest/CMakeLists.txt:3 (find_package) "

miaoqi commented 6 years ago

Got an update from the most recent "CMake". The warning is gone.