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 f25f74d commit 50d4321Copy full SHA for 50d4321
CMakeLists.txt
@@ -364,7 +364,7 @@ if(PLUGIN_SYCL)
364
set(CMAKE_CXX_LINK_EXECUTABLE
365
"icpx <FLAGS> <CMAKE_CXX_LINK_FLAGS> -qopenmp <LINK_FLAGS> <OBJECTS> -o <TARGET> <LINK_LIBRARIES>")
366
set(CMAKE_CXX_CREATE_SHARED_LIBRARY
367
- "icpx <CMAKE_SHARED_LIBRARY_CXX_FLAGS> -qopenmp <LANGUAGE_COMPILE_FLAGS> \
+ "icpx -shared <CMAKE_SHARED_LIBRARY_CXX_FLAGS> -qopenmp <LANGUAGE_COMPILE_FLAGS> \
368
<CMAKE_SHARED_LIBRARY_CREATE_CXX_FLAGS> <SONAME_FLAG>,<TARGET_SONAME> \
369
-o <TARGET> <OBJECTS> <LINK_LIBRARIES>")
370
endif()
0 commit comments