diff --git a/CMakeLists.txt b/CMakeLists.txt index d4d6174..e1f7d8c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") ${CMAKE_INSTALL_PREFIX}) else() # APPLE and WIN32 use find_package library" - find_package(G3LOG) + find_package(g3log) message( "g3log package: found: ${G3LOG_FOUND}