Skip to content

Commit

Permalink
#3344: [bug] MacOS bundle destination path is not set
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Nov 5, 2021
1 parent 270c264 commit e2f7e72
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions ActiveRecord/Compiler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ install(
LIBRARY DESTINATION lib${LIB_SUFFIX}
ARCHIVE DESTINATION lib${LIB_SUFFIX}
RUNTIME DESTINATION bin
BUNDLE DESTINATION bin
INCLUDES DESTINATION include
)
1 change: 1 addition & 0 deletions Encodings/Compiler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ install(
LIBRARY DESTINATION lib${LIB_SUFFIX}
ARCHIVE DESTINATION lib${LIB_SUFFIX}
RUNTIME DESTINATION bin
BUNDLE DESTINATION bin
INCLUDES DESTINATION include
)
1 change: 1 addition & 0 deletions PageCompiler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ install(
LIBRARY DESTINATION lib${LIB_SUFFIX}
ARCHIVE DESTINATION lib${LIB_SUFFIX}
RUNTIME DESTINATION bin
BUNDLE DESTINATION bin
INCLUDES DESTINATION include
)
1 change: 1 addition & 0 deletions PageCompiler/File2Page/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ install(
LIBRARY DESTINATION lib${LIB_SUFFIX}
ARCHIVE DESTINATION lib${LIB_SUFFIX}
RUNTIME DESTINATION bin
BUNDLE DESTINATION bin
INCLUDES DESTINATION include
)
1 change: 1 addition & 0 deletions PocoDoc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ install(
LIBRARY DESTINATION lib${LIB_SUFFIX}
ARCHIVE DESTINATION lib${LIB_SUFFIX}
RUNTIME DESTINATION bin
BUNDLE DESTINATION bin
INCLUDES DESTINATION include
)
1 change: 1 addition & 0 deletions cmake/PocoMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ install(
LIBRARY DESTINATION lib${LIB_SUFFIX}
ARCHIVE DESTINATION lib${LIB_SUFFIX}
RUNTIME DESTINATION bin
BUNDLE DESTINATION bin
INCLUDES DESTINATION include
)

Expand Down

0 comments on commit e2f7e72

Please sign in to comment.