diff --git a/CMake/Platform/Mac/CMakePresets.json b/CMake/Platform/Mac/CMakePresets.json index c101b3ca..6a102e19 100644 --- a/CMake/Platform/Mac/CMakePresets.json +++ b/CMake/Platform/Mac/CMakePresets.json @@ -18,7 +18,7 @@ "host-mac" ], "cacheVariables": { - "CMAKE_PREFIX_PATH": "${sourceDir}/../aqt/6.6.1/gcc_64", + "CMAKE_PREFIX_PATH": "${sourceDir}/../aqt/6.6.1/macos", "VCPKG_OSX_ARCHITECTURES": "arm64;x86_64", "VCPKG_TARGET_TRIPLET": "64-osx-universal" } @@ -42,12 +42,12 @@ ] }, { - "name": "mac-clang-profile", - "binaryDir": "${sourceDir}/../build_ScreenPlay_Clang_Profile", + "name": "mac-clang-relwithdebinfo", + "binaryDir": "${sourceDir}/../build_ScreenPlay_Clang_RelWithDebInfo", "inherits": [ "config-develop", "mac-clang-base", - "profile" + "relwithdebinfo" ] }, {