Skip to content

Commit

Permalink
Modify default settings directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
200km committed Jul 21, 2024
1 parent 859389a commit c4b4edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ endif()

## Directory path for ini files
if(NOT DEFINED INI_FILE_DIR_FROM_EXE)
set(INI_FILE_DIR_FROM_EXE ../../data/sample/initialize_files)
set(INI_FILE_DIR_FROM_EXE ../../settings)
endif()

if(NOT DEFINED EXT_LIB_DIR_FROM_EXE)
Expand Down

0 comments on commit c4b4edf

Please sign in to comment.