Fix windows build with CUDA (#1101)

Co-authored-by: firecoperana <firecoperana>
This commit is contained in:
firecoperana
2026-01-04 23:59:23 -06:00
committed by GitHub
parent d7476a1b46
commit 56dceefd6b
5 changed files with 13 additions and 16 deletions

View File

@@ -96,11 +96,5 @@ endif()
if (WIN32)
TARGET_LINK_LIBRARIES(${TARGET} PRIVATE ws2_32)
endif()
if(MSVC)
set_target_properties(${TARGET} PROPERTIES
CXX_STANDARD 17
CXX_STANDARD_REQUIRED ON
)
endif()
target_compile_features(${TARGET} PRIVATE cxx_std_17)