CMake error during compiling

Issue #940 invalid
andolfatto created an issue

Running cmake with after latest update on Manjaro Linux 64-bit, I cannot configure cmake anymore. The first error is here:

CMake Error at dolfin/CMakeLists.txt:330 (get_target_property): get_target_property() called with non-existent target "Boost::timer".

CMake Error at dolfin/CMakeLists.txt:336 (get_target_property): get_target_property() called with non-existent target "Boost::timer".

CMake Error at dolfin/CMakeLists.txt:348 (get_target_property): get_target_property() called with non-existent target "Boost::timer".

Compiling proceeds, with a series of warning messages:

CMake Warning at /usr/share/cmake-3.9/Modules/FindBoost.cmake:767 (message): Imported targets not available for Boost version 106501

In the end, comfiguration exits: -- Enabling generation of documentation. -- Initializing sphinx projects -- Enabling generation of html-documentation -- Configuring incomplete, errors occurred!

Could not find a similar issue.

Comments (1)

  1. Log in to comment