Skip to content

Commit

Permalink
bin doesn't exist when this is run. Try to mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Mar 27, 2024
1 parent db51756 commit ce0ae41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openstudio_app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ if( APPLE )
"../../../lib/$<TARGET_FILE_NAME:openstudio::openstudiolib>"
"${CMAKE_INSTALL_PREFIX}/OpenStudioApp.app/Contents/Frameworks/$<TARGET_FILE_NAME:openstudio::openstudiolib>"

COMMAND "${CMAKE_COMMAND}" -E make_directory "${CMAKE_INSTALL_PREFIX}/bin"
COMMAND "${CMAKE_COMMAND}" -E create_symlink
"../OpenStudioApp.app/Contents/MacOS/$<TARGET_FILE_NAME:openstudio::openstudio>"
"${CMAKE_INSTALL_PREFIX}/bin/$<TARGET_FILE_NAME:openstudio::openstudio>"
Expand Down

0 comments on commit ce0ae41

Please sign in to comment.