Make the path given to `CMAKE_USER_MAKE_RULES_OVERRIDE` absolute

This commit is contained in:
Jesse Talavera 2024-02-16 12:40:45 -05:00
parent a0f555648c
commit acb18a58cf
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ endif()
# This is inserted into the Info.plist as well.
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15.0" CACHE STRING "")
set(CMAKE_USER_MAKE_RULES_OVERRIDE "CMake/FlagsOverride.cmake")
set(CMAKE_USER_MAKE_RULES_OVERRIDE "${CMAKE_CURRENT_SOURCE_DIR}/CMake/FlagsOverride.cmake")
project(dolphin-emu)