sunshine-sdk/cmake/prep/special_package_configuration.cmake
2024-04-03 15:20:57 +00:00

10 lines
202 B
CMake

# return if configure only is set
if(${SUNSHINE_CONFIGURE_ONLY})
# message
message(STATUS "SUNSHINE_CONFIGURE_ONLY: ON, exiting...")
set(END_BUILD ON)
else()
set(END_BUILD OFF)
endif()