Skip to content

Commit

Permalink
Fix CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
saudzahirr committed Mar 28, 2024
1 parent 6e32e06 commit 664e2cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,4 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -fopenmp")

add_library(eigen SHARED ${SOURCES})

<<<<<<< HEAD
install(TARGETS eigen LIBRARY DESTINATION lib)
=======
add_library(eigen SHARED ${SOURCES})
>>>>>>> master

0 comments on commit 664e2cd

Please sign in to comment.