Skip to content

Commit 02f1a70

Browse files
committed
Use relative paths in the install command to support --prefix
1 parent 7bd97e5 commit 02f1a70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmake.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ link-libraries = ["toml11", "ghc_filesystem", "mpark_variant", "ordered_map"]
1717

1818
[[install]]
1919
targets = ["cmkr"]
20-
destination = "${CMAKE_INSTALL_PREFIX}/bin"
20+
destination = "bin"

0 commit comments

Comments
 (0)