mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-27 23:31:44 +00:00
fix AutomatedTestSuite elmulator detection
This commit is contained in:
parent
24bee35d90
commit
d045936cb6
@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.3)
|
||||
find_program(LAUNCH_APPL LaunchAPPL PATH "${CMAKE_INSTALL_PREFIX}/../bin/")
|
||||
execute_process(COMMAND ${LAUNCH_APPL} --list-emulators
|
||||
OUTPUT_VARIABLE EMULATOR_LIST)
|
||||
string(REPLACE "\n" ";" EMULATOR_LIST ${EMULATOR_LIST})
|
||||
string(REPLACE "\n" ";" EMULATOR_LIST "${EMULATOR_LIST}")
|
||||
|
||||
if(CMAKE_SYSTEM_NAME MATCHES "RetroCarbon")
|
||||
if("carbon" IN_LIST EMULATOR_LIST)
|
||||
|
Loading…
Reference in New Issue
Block a user