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
CMake Error at vendor/drogon/cmake_modules/Findpg.cmake:16 (set_target_properties):
Property INTERFACE_LINK_LIBRARIES may not contain link-type keyword
"optimized". The INTERFACE_LINK_LIBRARIES property may contain
configuration-sensitive generator-expressions which may be used to specify
per-configuration rules.
Call Stack (most recent call first):
C:/ysy/CXX/vcpkg/scripts/buildsystems/vcpkg.cmake:859 (_find_package)
vendor/drogon/CMakeLists.txt:363 (find_package)
use -DCMAKE_BUILD_TYPE=Release will cause this problem
The text was updated successfully, but these errors were encountered:
CMake Error at vendor/drogon/cmake_modules/Findpg.cmake:16 (set_target_properties):
Property INTERFACE_LINK_LIBRARIES may not contain link-type keyword
"optimized". The INTERFACE_LINK_LIBRARIES property may contain
configuration-sensitive generator-expressions which may be used to specify
per-configuration rules.
Call Stack (most recent call first):
C:/ysy/CXX/vcpkg/scripts/buildsystems/vcpkg.cmake:859 (_find_package)
vendor/drogon/CMakeLists.txt:363 (find_package)
use -DCMAKE_BUILD_TYPE=Release will cause this problem
The text was updated successfully, but these errors were encountered: