Skip to content

Commit

Permalink
Use spdlog_setup::spdlog_setup as the target in CMake config (#22)
Browse files Browse the repository at this point in the history
Fixes Issue #21
  • Loading branch information
jakecobb authored and guangie88 committed Jun 7, 2018
1 parent 2606673 commit cb9a6ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/spdlog_setup-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/spdlog_setup-targets.cmake")

get_target_property(
SPDLOG_SETUP_INCLUDE_DIRS
spdlog_setup INTERFACE_INCLUDE_DIRECTORIES)
spdlog_setup::spdlog_setup INTERFACE_INCLUDE_DIRECTORIES)

set_and_check(SPDLOG_SETUP_INCLUDE_DIRS "${SPDLOG_SETUP_INCLUDE_DIRS}")
set(SPDLOG_SETUP_LIBRARIES spdlog_setup)
set(SPDLOG_SETUP_LIBRARIES spdlog_setup::spdlog_setup)

0 comments on commit cb9a6ac

Please sign in to comment.