Adjusting the install command
This change should hopefully make the GitHub Actions instance happy for CMake.
This commit is contained in:
@@ -164,7 +164,11 @@ if(MINITRACE)
|
|||||||
target_link_libraries(86Box minitrace)
|
target_link_libraries(86Box minitrace)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
install(TARGETS 86Box)
|
if(APPLE)
|
||||||
|
install(TARGETS 86Box DESTINATION "bin")
|
||||||
|
else()
|
||||||
|
install(TARGETS 86Box)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
|
||||||
# adjustments for macOS app bundles
|
# adjustments for macOS app bundles
|
||||||
|
Reference in New Issue
Block a user