Fix macos build

This commit is contained in:
Georg Hagen
2024-08-15 00:28:20 +02:00
parent 840ff67f01
commit ea11bd4527
7 changed files with 19 additions and 18 deletions

View File

@@ -1,8 +1,5 @@
cmake_minimum_required(VERSION 3.28 FATAL_ERROR)
if(NOT IOS)
SetOutputDirs("${CMAKE_SOURCE_DIR}/bin")
endif()
set(BASH_EXECUTABLE "" CACHE FILEPATH "Path to bash executable")
if ("${BASH_EXECUTABLE}" STREQUAL "")