Skip to content

Commit

Permalink
Fix bug in C++ executable output in CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganesh Vijayakumar committed Aug 8, 2024
1 parent 33a02f1 commit 9009178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glue-codes/openfast-cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if (BUILD_OPENFAST_CPP_DRIVER)

install(TARGETS openfastcpp
EXPORT "${CMAKE_PROJECT_NAME}Libraries"
RUNTIME DESTINATION lib
RUNTIME DESTINATION bin
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
PUBLIC_HEADER DESTINATION include
Expand Down

0 comments on commit 9009178

Please sign in to comment.