File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ endif()
138138
139139if (LINUX OR APPLE )
140140 add_link_options ("LINKER:-Bsymbolic" )
141- endif
141+ endif ()
142142
143143if (LUXRAYS_DISABLE_OPENCL)
144144 ADD_DEFINITIONS ("-DLUXRAYS_DISABLE_OPENCL" )
Original file line number Diff line number Diff line change @@ -511,15 +511,12 @@ target_link_libraries(slg-core PRIVATE
511511 OpenMP::OpenMP_CXX
512512)
513513
514- <<<<<<< HEAD
515- =======
516514if (APPLE )
517515 target_link_libraries (slg-core PRIVATE llvm-openmp::llvm-openmp )
518516else ()
519517 target_link_libraries (slg-core PRIVATE OpenMP::OpenMP_CXX )
520518endif (APPLE )
521519
522- >>>>>>> parent of f285a9fbc (Replace llvm-openmp::llvm-openmp by plain OpenMP::OpenMP (due to dep evolution ))
523520#############################################################################
524521#
525522# SLG Kernels library
You can’t perform that action at this time.
0 commit comments