Skip to content

Commit

Permalink
remove check for headers which are not used (sys/types) or must be pr…
Browse files Browse the repository at this point in the history
…esent anyway (since C++11 has cstdint)
  • Loading branch information
cbielow committed Mar 13, 2024
1 parent a737595 commit f67a672
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/openms/configh.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,9 @@ CHECK_INCLUDE_FILE_CXX("unistd.h" OPENMS_HAS_UNISTD_H)
CHECK_INCLUDE_FILE_CXX("process.h" OPENMS_HAS_PROCESS_H)

CHECK_INCLUDE_FILE_CXX("time.h" OPENMS_HAS_TIME_H)
CHECK_INCLUDE_FILE_CXX("sys/types.h" OPENMS_HAS_SYS_TYPES_H)
CHECK_INCLUDE_FILE_CXX("sys/times.h" OPENMS_HAS_SYS_TIMES_H)
CHECK_INCLUDE_FILE_CXX("sys/time.h" OPENMS_HAS_SYS_TIME_H)
CHECK_INCLUDE_FILE_CXX("sys/resource.h" OPENMS_HAS_SYS_RESOURCE_H)
CHECK_INCLUDE_FILE_CXX("stdint.h" OPENMS_HAS_STDINT_H)

#------------------------------------------------------------------------------
# check if certain c++ functions exist
Expand Down

0 comments on commit f67a672

Please sign in to comment.