Skip to content

Commit

Permalink
Merge pull request #262 from AlexanderRichert-NOAA/pic_default
Browse files Browse the repository at this point in the history
enable PIC as default for static lib
  • Loading branch information
AlexanderRichert-NOAA authored Jan 3, 2025
2 parents 87ceb84 + fb12a92 commit fca5cc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ option(BUILD_D "Build the 8-byte real version of the library, libip_d.{a,so}" ON
option(BUILD_8 "Build the 8-byte integer & real version of the library, libip_8.{a,so}" OFF)
option(BUILD_DEPRECATED "Build deprecated spectral processing functions" OFF)
option(TEST_TIME_LIMIT "Set timeout for tests" OFF)
option(CMAKE_POSITION_INDEPENDENT_CODE "Enable PIC" ON)
option(FTP_TEST_FILES "Fetch and test with files on FTP site." OFF)
option(TEST_FILES_CACHE "Path to local copy of test data tarball." OFF)

Expand Down

0 comments on commit fca5cc0

Please sign in to comment.