You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Error at /usr/local/lib/cmake/iipl/iiplTargets.cmake:61 (set_target_properties):
The link interface of target "iipl" contains:
Boost::filesystem
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
Call Stack (most recent call first):
/usr/local/lib/cmake/iipl/iiplConfig.cmake:27 (include)
CMakeLists.txt:26 (find_package)
A naive solution: add boost in CMakeList.txt before find_package(iipl REQUIRED)
After installed, an error occurs:
A naive solution: add boost in CMakeList.txt before
find_package(iipl REQUIRED)
The text was updated successfully, but these errors were encountered: