From a41283638b8ad23827731bbff446ebaa6bf131d7 Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Sun, 7 Jul 2024 12:21:48 +0200 Subject: [PATCH] Switched to local Clib --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fc9955b..3c97868 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,10 +50,10 @@ set(ENABLE_SKYRIM_AE ON CACHE BOOL " " FORCE) set(ENABLE_SKYRIM_VR ON CACHE BOOL " " FORCE) set(BUILD_TESTS OFF CACHE BOOL " " FORCE) -FetchContent_MakeAvailable(CommonLibNG) +#FetchContent_MakeAvailable(CommonLibNG) # Use a local copy instead -#add_subdirectory("d:/Git/CommonLibVR/" ${CMAKE_BINARY_DIR}/_deps/clib-build) +add_subdirectory("d:/Git/CommonLibVR/" ${CMAKE_BINARY_DIR}/_deps/clib-build) #find_package(CommonLibSSE CONFIG REQUIRED)