build(cmake): add option to skip cuda inheriting compile options (#2164)

This commit is contained in:
ReenigneArcher
2024-02-23 20:54:10 -05:00
committed by GitHub
parent 8074bf8c8d
commit 341fdaad77
2 changed files with 10 additions and 3 deletions

View File

@@ -6,6 +6,10 @@ option(SUNSHINE_REQUIRE_TRAY "Require system tray icon. Fail the build if tray r
option(SUNSHINE_SYSTEM_WAYLAND_PROTOCOLS "Use system installation of wayland-protocols rather than the submodule." OFF)
option(CUDA_INHERIT_COMPILE_OPTIONS
"When building CUDA code, inherit compile options from the the main project. You may want to disable this if
your IDE throws errors about unknown flags after running cmake." ON)
if(APPLE)
option(SUNSHINE_CONFIGURE_PORTFILE
"Configure macOS Portfile. Recommended to use with SUNSHINE_CONFIGURE_ONLY" OFF)