Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
hallfjonas authored Oct 4, 2023
1 parent 88dcde5 commit 95b9ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ ExternalProject_Add(
INSTALL_COMMAND install(
DIRECTORY "${CMAKE_BINARY_DIR}/external/src/qpoases/bin/"
DESTINATION "${CMAKE_INSTALL_PREFIX}/lib"
FILES_MATCHING PATTERN "libqpOASES.*")
FILES_MATCHING PATTERN "libqpOASES.*"
)
)

Expand Down

0 comments on commit 95b9ede

Please sign in to comment.