From 1ee2cd0de6bca77413c9d9274a3c809572a1fcfc Mon Sep 17 00:00:00 2001 From: zjeffer <4633209+zjeffer@users.noreply.github.com> Date: Sat, 11 Jun 2022 14:17:32 +0200 Subject: [PATCH] fix(cmake): fixes #413 (#457) --- cmake/g3logConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/g3logConfig.cmake b/cmake/g3logConfig.cmake index 76d1194..297caf1 100644 --- a/cmake/g3logConfig.cmake +++ b/cmake/g3logConfig.cmake @@ -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})