When i tried to build sonic mania from https://github.com/Rubberduckycooly/Sonic-Mania-Decompilation it failed with
Details
`CMake Error at dependencies/RSDKv5/CMakeLists.txt:66 (include):
include could not find requested file:
CMake Error at dependencies/RSDKv5/CMakeLists.txt:71 (set_target_properties):
set_target_properties Can not find target to add properties to: RetroEngine
CMake Error at dependencies/RSDKv5/CMakeLists.txt:76 (set_target_properties):
set_target_properties Can not find target to add properties to: RetroEngine
CMake Error at dependencies/RSDKv5/CMakeLists.txt:134 (target_include_directories):
Cannot specify include directories for target "RetroEngine" which is not
built by this project.
CMake Error at dependencies/RSDKv5/CMakeLists.txt:151 (target_compile_definitions):
Cannot specify compile definitions for target "RetroEngine" which is not
built by this project.
CMake Error at dependencies/RSDKv5/CMakeLists.txt:168 (add_custom_command):
No TARGET 'RetroEngine' has been created in this directory.
-- Configuring incomplete, errors occurred!`
looks like darwin.cmake does not exist on this repo
Since the bug comes at cmakelists file from here, im creating the issue here
macOS 14.4.1
-cloned sonic mania repo with git clone --recursive
When i tried to build sonic mania from https://github.com/Rubberduckycooly/Sonic-Mania-Decompilation it failed with
Details
`CMake Error at dependencies/RSDKv5/CMakeLists.txt:66 (include): include could not find requested file:CMake Error at dependencies/RSDKv5/CMakeLists.txt:71 (set_target_properties):
set_target_properties Can not find target to add properties to: RetroEngine
CMake Error at dependencies/RSDKv5/CMakeLists.txt:76 (set_target_properties):
set_target_properties Can not find target to add properties to: RetroEngine
CMake Error at dependencies/RSDKv5/CMakeLists.txt:134 (target_include_directories):
Cannot specify include directories for target "RetroEngine" which is not
built by this project.
CMake Error at dependencies/RSDKv5/CMakeLists.txt:151 (target_compile_definitions):
Cannot specify compile definitions for target "RetroEngine" which is not
built by this project.
CMake Error at dependencies/RSDKv5/CMakeLists.txt:168 (add_custom_command):
No TARGET 'RetroEngine' has been created in this directory.
-- Configuring incomplete, errors occurred!`
Since the bug comes at cmakelists file from here, im creating the issue here
macOS 14.4.1
-cloned sonic mania repo with git clone --recursive