diff options
Diffstat (limited to 'ports/matplotplusplus/install-3rd-libraries.patch')
| -rw-r--r-- | ports/matplotplusplus/install-3rd-libraries.patch | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ports/matplotplusplus/install-3rd-libraries.patch b/ports/matplotplusplus/install-3rd-libraries.patch index fc2826999..d4b139b58 100644 --- a/ports/matplotplusplus/install-3rd-libraries.patch +++ b/ports/matplotplusplus/install-3rd-libraries.patch @@ -1,13 +1,15 @@ diff --git a/source/3rd_party/CMakeLists.txt b/source/3rd_party/CMakeLists.txt -index 52f20eb..ab58bbd 100644 +index bef0c08..e7521a7 100644 --- a/source/3rd_party/CMakeLists.txt +++ b/source/3rd_party/CMakeLists.txt -@@ -41,6 +41,8 @@ endif() +@@ -41,7 +41,9 @@ endif() if(MASTER_PROJECT AND NOT BUILD_SHARED_LIBS) install(TARGETS nodesoup EXPORT Matplot++Targets +- ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}/Matplot++) + RUNTIME DESTINATION bin + LIBRARY DESTINATION lib - ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}/Matplot++) ++ ARCHIVE DESTINATION lib) endif() + |
