diff --git a/CMakeLists.txt b/CMakeLists.txt index b022275..9135c74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ check_ipo_supported(RESULT IS_IPO_SUPPORTED OUTPUT IPO_OUTPUT_VERBOSE) find_package(OpenGL REQUIRED) find_package(GLEW REQUIRED) -find_package(glfw3 REQUIRED) +find_package(glfw3 CONFIG REQUIRED) find_package(PkgConfig REQUIRED) pkg_check_modules(Jemalloc REQUIRED IMPORTED_TARGET GLOBAL jemalloc)