Skip to content

Commit

Permalink
remove explicit fPIC
Browse files Browse the repository at this point in the history
  • Loading branch information
liss-h committed Jun 26, 2024
1 parent e748db7 commit c8dea56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ if (BUILD_C)
return()
endif ()

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")

add_library(metall_c metall_c.cpp)
add_library(${PROJECT_NAME}::metall_c ALIAS metall_c)

Expand Down

0 comments on commit c8dea56

Please sign in to comment.