Skip to content
Snippets Groups Projects
Commit ae768bb9 authored by Van Herck, Walter's avatar Van Herck, Walter
Browse files

Fix for Windows installer

parent 6a6fb01b
No related branches found
No related tags found
No related merge requests found
...@@ -91,6 +91,8 @@ endif() ...@@ -91,6 +91,8 @@ endif()
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
if(BORNAGAIN_APPLE_BUNDLE) if(BORNAGAIN_APPLE_BUNDLE)
set(executable_destination BUNDLE DESTINATION ".") set(executable_destination BUNDLE DESTINATION ".")
elseif(WIN32)
set(executable_destination DESTINATION "${destination_gui}")
else() else()
set(executable_destination DESTINATION "${destination_gui}/exec") set(executable_destination DESTINATION "${destination_gui}/exec")
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment