From 63c7835e7169d6dbbbc9a1c5836aaac9f5ebc215 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sat, 14 Mar 2026 20:12:20 -0400 Subject: [PATCH] Stop overriding the binaries' install dir This is equivalent to the default, except the default accepts being overridden --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0694107f..131b4d06 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -103,7 +103,7 @@ add_executable(rgbgfx $ "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"