diff options
author | Sadie Powell <sadie@witchery.services> | 2020-09-11 16:04:57 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-09-28 15:28:26 +0100 |
commit | 907aa603801b1d06d34b23ba9e473f4b74db28fe (patch) | |
tree | f3a4ca0159f7f56518aa28b80f1a06cff1f69422 /CMakeLists.txt | |
parent | c7e26c5f679465304fb7ffb27d131857a1030b2e (diff) |
All modern platforms support stdint so remove pstdint.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 518c19898..131447e33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -357,7 +357,6 @@ endif(CMAKE_BUILD_TYPE STREQUAL "DEBUG" OR CMAKE_BUILD_TYPE STREQUAL "RELWITHDEB # Check for the existence of the following include files check_include_file(cstdint HAVE_CSTDINT) -check_include_file(stdint.h HAVE_STDINT_H) check_include_file(strings.h HAVE_STRINGS_H) # Check for the existence of the following functions |