diff --git a/CMakeLists.txt b/CMakeLists.txt index f15b70f..a9e02c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -116,7 +116,7 @@ install( TARGETS cmkr DESTINATION - "${CMAKE_INSTALL_PREFIX}/bin" + bin COMPONENT cmkr ) diff --git a/cmake.toml b/cmake.toml index bd8e0e8..16307d0 100644 --- a/cmake.toml +++ b/cmake.toml @@ -17,4 +17,4 @@ link-libraries = ["toml11", "ghc_filesystem", "mpark_variant", "ordered_map"] [[install]] targets = ["cmkr"] -destination = "${CMAKE_INSTALL_PREFIX}/bin" +destination = "bin"