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
Version 2.0 but I glanced at master and it seems to have the same issue.
spdlog_setup-target.cmake defines the spdlog_setup::spdlog_setup target, but spdlog_setup-config.cmake tries to reference the spdlog_setup target. This causes an error for my find_package on CMake 3.9.2. Manually editing spdlog_setup-config.cmake to reference spdlog_setup::spdlog_setup instead fixed it for me.
The text was updated successfully, but these errors were encountered:
jakecobb
added a commit
to jakecobb/spdlog_setup
that referenced
this issue
Jun 6, 2018
Version 2.0 but I glanced at master and it seems to have the same issue.
spdlog_setup-target.cmake
defines thespdlog_setup::spdlog_setup
target, butspdlog_setup-config.cmake
tries to reference thespdlog_setup
target. This causes an error for myfind_package
on CMake 3.9.2. Manually editingspdlog_setup-config.cmake
to referencespdlog_setup::spdlog_setup
instead fixed it for me.The text was updated successfully, but these errors were encountered: