From 6f4b871193862dd7622a8accc1993b833c8dd61a Mon Sep 17 00:00:00 2001 From: gentlegiantJGC Date: Tue, 17 Mar 2026 16:41:33 +0000 Subject: [PATCH] Enable portable builds --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c2d22e..0f35d0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,6 +56,7 @@ FetchContent_Declare( ) FetchContent_MakeAvailable(zstd) +set(PORTABLE 1 CACHE STRING "" FORCE) set(WITH_CORE_TOOLS OFF CACHE BOOL "" FORCE) set(WITH_TOOLS OFF CACHE BOOL "" FORCE) set(WITH_TRACE_TOOLS OFF CACHE BOOL "" FORCE)