summaryrefslogtreecommitdiffstats
path: root/deps/glfw/CMakeLists.txt
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-09-11 13:10:52 +0500
committeruntodesu <kirill@untode.su>2025-09-11 13:10:52 +0500
commit96bd73ae020ecca1f94698744c77498a89ad19f7 (patch)
treedc0ee946138141e7a0327a7d3c566f4a37adff3f /deps/glfw/CMakeLists.txt
parent6dc5194895b6bd61d19bf5c95021471784084325 (diff)
downloadvoxelius-96bd73ae020ecca1f94698744c77498a89ad19f7.tar.bz2
voxelius-96bd73ae020ecca1f94698744c77498a89ad19f7.zip
Graft build scripts and buffer code from QFengine
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()