diff options
author | Brad King <brad.king@kitware.com> | 2019-11-11 10:44:17 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-11-11 10:44:17 -0500 |
commit | 50bc359184472700e9776a0a9d6f7e06ea82b9ce (patch) | |
tree | 0a7412d751a13eef93cd3a2cec1fe4339f0314f0 /Utilities | |
parent | b63a5c88a2089494e53f22f83db1925435161934 (diff) | |
download | cmake-50bc359184472700e9776a0a9d6f7e06ea82b9ce.tar.gz |
expat: Update CMake build for 2.2.9
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/cmexpat/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Utilities/cmexpat/CMakeLists.txt b/Utilities/cmexpat/CMakeLists.txt index 13eb56dd45..cf315563de 100644 --- a/Utilities/cmexpat/CMakeLists.txt +++ b/Utilities/cmexpat/CMakeLists.txt @@ -17,7 +17,6 @@ include_directories( ) add_library(cmexpat STATIC - lib/loadlibrary.c lib/xmlparse.c lib/xmlrole.c lib/xmltok.c |