Stop overriding the binaries' install dir

This is equivalent to the default, except the default accepts being overridden
This commit is contained in:
ISSOtm
2026-03-14 20:12:20 -04:00
committed by Rangi
parent 35af3185eb
commit 63c7835e71

View File

@@ -103,7 +103,7 @@ add_executable(rgbgfx $<TARGET_OBJECTS:common>
"verbosity.cpp"
)
install(TARGETS rgbasm rgblink rgbfix rgbgfx RUNTIME DESTINATION bin)
install(TARGETS rgbasm rgblink rgbfix rgbgfx RUNTIME)
# Required to run tests
set_target_properties(rgbasm rgblink rgbfix rgbgfx PROPERTIES
# hack for MSVC: no-op generator expression to stop generation of "per-configuration subdirectory"