Skip to content

Commit

Permalink
fix(cmake): fixes #413 (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
zjeffer authored Jun 11, 2022
1 parent 7758aa7 commit 1ee2cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/g3logConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if (NOT TARGET g3log)
endif ()
endif ()

find_package_handle_standard_args(G3LOG REQUIRED_VARS G3LOG_INCLUDE_DIR G3LOG_LIBRARY)
find_package_handle_standard_args(g3log REQUIRED_VARS G3LOG_INCLUDE_DIR G3LOG_LIBRARY)
mark_as_advanced(G3LOG_INCLUDE_DIR G3LOG_LIBRARY)
set(G3LOG_INCLUDE_DIRS ${G3LOG_INCLUDE_DIR})
set(G3LOG_LIBRARIES ${G3LOG_LIBRARY})

0 comments on commit 1ee2cd0

Please sign in to comment.