From 68a86715e561726efff75d92475fb62c41e9554c Mon Sep 17 00:00:00 2001 From: Satoshi Ikari <19573779+200km@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:18:43 +0900 Subject: [PATCH] Update CMakeLists.txt Co-authored-by: Riki Nakamura <103401287+conjikidow@users.noreply.github.com> --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c25e2b1..4efb216 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ if(NOT DEFINED C2A_NAME) endif() ## Directory path for ini files -if(NOT DEFINED INI_FILE_DIR_FROM_EXE) +if(NOT DEFINED SETTINGS_DIR_FROM_EXE) set(SETTINGS_DIR_FROM_EXE ../../settings) endif()