fix windows is using cmd over bash for some reason
This commit is contained in:
@@ -15,6 +15,7 @@ if ("${BASH_EXECUTABLE}" STREQUAL "")
|
||||
find_program(BASH_PROGRAM bash NO_CACHE REQUIRED)
|
||||
set(BASH_EXECUTABLE ${BASH_PROGRAM} CACHE FILEPATH "Path to bash executable" FORCE)
|
||||
endif()
|
||||
message("Using bash exe ${BASH_EXECUTABLE}")
|
||||
# go from openVulkano/OpenVulkanoCpp to openVulkano
|
||||
cmake_path(GET CMAKE_CURRENT_SOURCE_DIR PARENT_PATH ROOT_FOLDER)
|
||||
set(SCRIPT_FOLDER "${ROOT_FOLDER}/Scripts")
|
||||
|
||||
Reference in New Issue
Block a user