Closed Megidd closed 3 years ago
Also, when running this command:
cmake .. -DLIBNEST2D_HEADER_ONLY=OFF -DCMAKE_INSTALL_PREFIX=./installdir -DRP_ENABLE_DOWNLOADING=ON -DBUILD_SHARED_LIBS=ON
This error is thrown:
CMake Error at CMakeLists.txt:125 (install): install TARGETS given no LIBRARY DESTINATION for shared library target "libnest2d_clipper_nlopt".
Which is fixed by this PR, as far as tested.
When using such command:
This error is thrown:
This PR fixes the error, as far as tested.