diff options
author | Montellese <sascha.montellese@gmail.com> | 2020-04-21 15:07:52 +0200 |
---|---|---|
committer | Montellese <sascha.montellese@gmail.com> | 2020-04-23 13:21:01 +0200 |
commit | dda1b33208c750a4a597c64cceb223334eefd1c0 (patch) | |
tree | c719d9f037d1346c9f388997617d9aae76fda152 /tools/depends/target/libspdlog | |
parent | 8c859667bdf3a3fa4ed4d2a074f29496df5c1f32 (diff) |
[depends] libspdlog: point CMAKE_PREFIX_PATH to the provided prefix
Diffstat (limited to 'tools/depends/target/libspdlog')
-rw-r--r-- | tools/depends/target/libspdlog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/libspdlog/Makefile b/tools/depends/target/libspdlog/Makefile index 7de6e9567a..9bbecbf461 100644 --- a/tools/depends/target/libspdlog/Makefile +++ b/tools/depends/target/libspdlog/Makefile @@ -28,7 +28,7 @@ else RETRIEVE_TOOL_FLAGS := -Ls --create-dirs -f -O ARCHIVE_TOOL := tar ARCHIVE_TOOL_FLAGS := --strip-components=1 -xf - CMAKE := cmake -DCMAKE_INSTALL_PREFIX=$(PREFIX) + CMAKE := cmake -DCMAKE_INSTALL_PREFIX=$(PREFIX) -DCMAKE_PREFIX_PATH=$(PREFIX) endif endif |