Remove find_program(sed) from CMake

We no longer use sed.
This commit is contained in:
ridiculousfish
2020-05-22 13:41:35 -07:00
parent 84e0c8d32e
commit a9bfe7f164

View File

@@ -196,8 +196,6 @@ int main () {
HAVE_CX11_THREAD_LOCAL
)
find_program(SED sed)
check_cxx_source_compiles("
#include <atomic>
#include <cstdint>