Skip to content

Commit

Permalink
remove manual fPIC
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed Dec 3, 2024
1 parent 2cdb8ab commit 4447413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,8 @@ if (ENABLE_TRILINOS)

message(STATUS "Building TRILINOS found at ${TRILINOS_URL}")

set(TRILINOS_C_FLAGS "-fPIC ${C_FLAGS_NO_WARNINGS}")
set(TRILINOS_CXX_FLAGS "-fPIC ${CXX_FLAGS_NO_WARNINGS} -include cstdint")
set(TRILINOS_C_FLAGS " ${C_FLAGS_NO_WARNINGS}")
set(TRILINOS_CXX_FLAGS " ${CXX_FLAGS_NO_WARNINGS} -include cstdint")

if( ENABLE_MKL )
set( TRILINOS_EXTRA_ARGS ${TRILINOS_EXTRA_ARGS}
Expand Down

0 comments on commit 4447413

Please sign in to comment.