Skip to content

Commit 070a90d

Browse files
author
sfn
committed
Fix CUDA build
1 parent 10e3bb5 commit 070a90d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cmake/Helpers.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
# Add library function
55
function(alicevision_add_library library_name)
6-
set(options USE_CUDA)
7-
set(options USE_SYCL)
6+
set(options USE_CUDA USE_SYCL)
7+
88
set(singleValues "")
99
set(multipleValues SOURCES PUBLIC_LINKS PRIVATE_LINKS PUBLIC_INCLUDE_DIRS PRIVATE_INCLUDE_DIRS PUBLIC_DEFINITIONS PRIVATE_DEFINITIONS)
1010

0 commit comments

Comments
 (0)