You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[build] CMake Error at C:/Dev/trunk/src_thirdparty/build/restinio/dev/restinio/CMakeLists.txt:56 (TARGET_LINK_LIBRARIES):
[build] INTERFACE library can only be used with the INTERFACE keyword of
[build] target_link_libraries
[build]
[build]
[build] -- Configuring incomplete, errors occurred!
The text was updated successfully, but these errors were encountered:
restinio target is defined as an INTERFACE library in https://github.com/Stiffstream/restinio/blob/v.0.6.14/dev/restinio/CMakeLists.txt#L9
however when RESTINIO_FIND_DEPS=ON and RESTINIO_FMT_HEADER_ONLY=OFF fmt::fmt is linked with PUBLIC which is not allowed https://github.com/Stiffstream/restinio/blob/v.0.6.14/dev/restinio/CMakeLists.txt#L56
I get the following error:
The text was updated successfully, but these errors were encountered: