Skip to content

Commit

Permalink
Removed linking of uneeded RT library
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesEGrant committed Mar 11, 2024
1 parent fc9ae42 commit b26b06f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -316,13 +316,6 @@ if (WIN32 AND NOT CYGWIN)
endif (INCLUDE_VENDOR_LIBRARIES)
endif (WIN32 AND NOT CYGWIN)

# The rt library is not needed for OS X
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
set(RT_LIBRARY "")
else(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
set(RT_LIBRARY "rt")
endif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")

if (WIN32 AND NOT CYGWIN)
if (INCLUDE_VENDOR_LIBRARIES)
set (
Expand Down Expand Up @@ -478,7 +471,6 @@ else()
pthread
hdf5pp
hdf5
${RT_LIBRARY}
SHA1
zlib
)
Expand Down

0 comments on commit b26b06f

Please sign in to comment.