Skip to content

Commit 50b5c97

Browse files
committed
Fix syntax errors in CMakeLists
1 parent c4abbdf commit 50b5c97

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ endif()
138138

139139
if(LINUX OR APPLE)
140140
add_link_options("LINKER:-Bsymbolic")
141-
endif
141+
endif()
142142

143143
if (LUXRAYS_DISABLE_OPENCL)
144144
ADD_DEFINITIONS("-DLUXRAYS_DISABLE_OPENCL")

src/slg/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,15 +511,12 @@ target_link_libraries(slg-core PRIVATE
511511
OpenMP::OpenMP_CXX
512512
)
513513

514-
<<<<<<< HEAD
515-
=======
516514
if(APPLE)
517515
target_link_libraries(slg-core PRIVATE llvm-openmp::llvm-openmp)
518516
else()
519517
target_link_libraries(slg-core PRIVATE OpenMP::OpenMP_CXX)
520518
endif(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

0 commit comments

Comments
 (0)