From caa47555519e750288bdf5092cb3b2d6cd8dbb5a Mon Sep 17 00:00:00 2001 From: DepressedTWM Date: Mon, 18 May 2026 13:17:35 +0400 Subject: [PATCH] Disable in-source builds --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b09d5f9..a30d266 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.28.3) project(oneshot) ## Setup options ## - +set(CMAKE_DISABLE_IN_SOURCE_BUILD TRUE) include(FindPackageHandleStandardArgs) option(STEAM "Build for Steam" OFF)