Skip to content

Commit c4474af

Browse files
gitplccalandefreitas
authored andcommitted
Fix Cygwin installation
Signed-off-by: Pedro Luis Castedo Cepeda <[email protected]>
1 parent 99306b9 commit c4474af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/matplot/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ if (BUILD_INSTALLER)
256256
# Install targets
257257
install(TARGETS matplot
258258
EXPORT Matplot++Targets
259+
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
259260
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
260261
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
261262
)

0 commit comments

Comments
 (0)