mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-01-08 21:03:32 +00:00
10 lines
202 B
CMake
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()
|