Skip to content

Commit

Permalink
Moved find_package(fmt) to correct place in pog-config.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
metthal committed Jul 27, 2019
1 parent 0052b93 commit f466643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/pog-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ if(POG_DOWNLOAD_RE2)
else()
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
find_package(re2 REQUIRED)
find_package(fmt REQUIRED)
endif()

find_package(fmt REQUIRED)
include(${CMAKE_CURRENT_LIST_DIR}/pog-targets.cmake)
check_required_components(pog)

0 comments on commit f466643

Please sign in to comment.