commit 4aa735f981fce6d15d523b6bc29bdff9ee8a56f3 parent 4352235293235c0c53a6847a8182f0ef83d83467 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 11 Apr 2018 14:14:43 +0200 Fix the CMakeLists with GCC Diffstat:
| M | cmake/CMakeLists.txt | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -86,8 +86,8 @@ set_target_properties(senc2d PROPERTIES rcmake_copy_runtime_libraries(senc2d) if(CMAKE_COMPILER_IS_GNUCC) - set_target_properties(senc PROPERTIES LINK_FLAGS "${OpenMP_C_FLAGS}") - target_link_libraries(senc m) + set_target_properties(senc2d PROPERTIES LINK_FLAGS "${OpenMP_C_FLAGS}") + target_link_libraries(senc2d m) endif() rcmake_setup_devel(senc2d StarEnc2D ${VERSION} senc2d_version.h)