diff options
author | Rechi <Rechi@users.noreply.github.com> | 2018-11-09 00:08:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-09 00:08:45 +0100 |
commit | a948f998d91724407ab90a89ddc0ae2745021aa0 (patch) | |
tree | 36cd52eed00f4487ac97d8992fb55d10d80aab06 /cmake | |
parent | 21b9e257f228ed6e98697b12cc4c7351085e1b56 (diff) | |
parent | 7b7200f9d81cfb8d51a8848e8e9cc85590f67966 (diff) |
Merge pull request #14830 from Rechi/fix/internalFmt
[cmake] fix building with internal fmt
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/modules/FindFmt.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/FindFmt.cmake b/cmake/modules/FindFmt.cmake index df18d854ed..47cf8be864 100644 --- a/cmake/modules/FindFmt.cmake +++ b/cmake/modules/FindFmt.cmake @@ -40,6 +40,7 @@ if(ENABLE_INTERNAL_FMT) PREFIX ${CORE_BUILD_DIR}/fmt CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/${CORE_BUILD_DIR} -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} + -DCMAKE_INSTALL_LIBDIR=lib -DFMT_DOC=OFF -DFMT_TEST=OFF "${EXTRA_ARGS}" |