diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2017-01-03 04:23:50 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2017-01-03 04:23:50 +0000 |
commit | 833094463c0635d5a1910ad83a0fe197e2b67949 (patch) | |
tree | 71b0fb8d5dc2cac08f3f66e6593745927643385b | |
parent | 0aba35710f1db0254f8b2ba3a726d87390ff15ad (diff) | |
download | bcm5719-llvm-833094463c0635d5a1910ad83a0fe197e2b67949.tar.gz bcm5719-llvm-833094463c0635d5a1910ad83a0fe197e2b67949.zip |
build: remove now unused UNIX_CAT
THe previous change replaced the use of `cat` or `type` with a custom
python script. Remove the now unused command determining.
llvm-svn: 290856
-rw-r--r-- | libcxx/include/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libcxx/include/CMakeLists.txt b/libcxx/include/CMakeLists.txt index 0a9ed24a7f4..2fa44ca68fc 100644 --- a/libcxx/include/CMakeLists.txt +++ b/libcxx/include/CMakeLists.txt @@ -28,10 +28,6 @@ if (LIBCXX_INSTALL_HEADERS) ) if (LIBCXX_NEEDS_SITE_CONFIG) - set(UNIX_CAT cat) - if("${CMAKE_HOST_SYSTEM_NAME}" STREQUAL "Windows") - set(UNIX_CAT type) - endif() # Generate and install a custom __config header. The new header is created # by prepending __config_site to the current __config header. add_custom_command(OUTPUT ${LIBCXX_BINARY_DIR}/__generated_config |