We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a942bd3 commit 0bb5e5eCopy full SHA for 0bb5e5e
cmake/IntelSYCLConfig.cmake
@@ -353,7 +353,7 @@ Adding sycl to all sources but that may effect compilation times")
353
354
get_target_property(__sycl_link_options
355
IntelSYCL::SYCL_CXX INTERFACE_LINK_OPTIONS)
356
- target_link_options(${SYCL_TARGET} PUBLIC "${__sycl_link_options}")
+ target_link_options(${SYCL_TARGET} PRIVATE "${__sycl_link_options}")
357
get_target_property(__sycl_link_directories
358
IntelSYCL::SYCL_CXX INTERFACE_LINK_DIRECTORIES)
359
target_link_directories(${SYCL_TARGET} PUBLIC "${__sycl_link_directories}")
0 commit comments