summaryrefslogtreecommitdiffstats
path: root/deps/glfw/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/glfw/CMakeLists.txt')
-rw-r--r--deps/glfw/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/glfw/CMakeLists.txt b/deps/glfw/CMakeLists.txt
index 24afd53..d982998 100644
--- a/deps/glfw/CMakeLists.txt
+++ b/deps/glfw/CMakeLists.txt
@@ -8,5 +8,5 @@ if(NOT glfw3_FOUND)
set(GLFW_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
FetchContent_Declare(glfw GIT_REPOSITORY https://github.com/glfw/glfw.git GIT_TAG 3.4)
FetchContent_MakeAvailable(glfw)
- add_library(glfw3 ALIAS glfw)
+ #add_library(glfw3 ALIAS glfw)
endif()