Skip to content

Commit

Permalink
Merge pull request #41 from Younesssss/master
Browse files Browse the repository at this point in the history
Resolved the compilation problem coming from the sofa_cmake function …
  • Loading branch information
damienmarchal authored May 29, 2019
2 parents d656f1d + 50e60fa commit b2b3639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ find_package(Qt5 REQUIRED COMPONENTS Network)
if(WIN32)
sofa_copy_libraries_from_targets(Qt5::Network)
endif()
sofa_install_libraries_from_targets(Qt5::Network)
sofa_install_libraries(TARGETS Qt5::Network)

find_package(STLIB QUIET)
if(STLIB_FOUND)
Expand Down Expand Up @@ -226,7 +226,7 @@ target_link_libraries(${PROJECT_NAME} Qt5::Network)
if(SofaPython_FOUND)
target_link_libraries(${PROJECT_NAME} SofaPython)
# Config files and install rules for pythons scripts
sofa_set_python_directory(${PROJECT_NAME} "python" "python")
sofa_install_pythonscripts(PLUGIN_NAME ${PROJECT_NAME} PYTHONSCRIPTS_SOURCE_DIR "python")
endif()

## Install rules for the library and headers; CMake package configurations files
Expand Down

0 comments on commit b2b3639

Please sign in to comment.