From 40d4346a4a0a07d3fb96c052bbd2b9c2fdee5f4c Mon Sep 17 00:00:00 2001 From: Stepanov Igor Date: Thu, 9 Jan 2025 21:33:02 +0300 Subject: [PATCH] Try fix apple build --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f50059888..fc8617b3f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -8,7 +8,7 @@ add_library(VoxelEngineSrc STATIC ${SOURCES} ${HEADERS}) find_package(OpenGL REQUIRED) find_package(GLEW REQUIRED) -find_package(glm CONFIG REQUIRED) +find_package(glm REQUIRED) if(CMAKE_SYSTEM_NAME STREQUAL "Windows") # specific for vcpkg find_package(OpenAL CONFIG REQUIRED)