CMake Compile with external FMT option #2062
-
Hi, 'sudo cmake .. -DWITH_SPDLOG_FMT_EXTERNAL=1 Has the variable been set and will the compile use the external fmt? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Hi and this is the content of the spdlogConfig.cmake file:
When I compile Gerbera which uses spdlog, I see a message saying that I haven't built spdlog with external fmt. I am using fmt-8.0.1 BTW which I compilled first and installed. There seems to be no other fmt packages installed when I do a package check. Would you please clarify how? |
Beta Was this translation helpful? Give feedback.
Hi
I run CMAKE as follows:
'cmake -DSPDLOG_FMT_EXTERNAL=ON'
and this is the content of the spdlogConfig.cmake file: