4
0
mirror of https://github.com/QuasarApp/CMake.git synced 2025-05-11 08:59:34 +00:00

fix syntax error

This commit is contained in:
Andrei Yankovich 2021-04-20 11:34:36 +03:00
parent 9b83f17146
commit afba239ef3

@ -31,7 +31,7 @@ if (NOT DEFINED TARGET_PLATFORM_TOOLCHAIN)
message( STATUS "The crossplatform build is disabled")
return()
endif
endif()
set(CROSSPLATFORM_BUILD_TOOLCHAIN_PATH ${CMAKE_CURRENT_LIST_DIR}/${CMAKE_HOST_SYSTEM_NAME}/${TARGET_PLATFORM_TOOLCHAIN}.cmake)