diff options
Diffstat (limited to 'system-catch.patch')
-rw-r--r-- | system-catch.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system-catch.patch b/system-catch.patch new file mode 100644 index 0000000..8d42459 --- /dev/null +++ b/system-catch.patch @@ -0,0 +1,10 @@ +--- a/CMakeLists.txt~ 2020-12-09 04:17:13.000000000 -0600 ++++ b/CMakeLists.txt 2021-03-09 09:33:46.038471009 -0600 +@@ -65,7 +65,6 @@ + file(GLOB_RECURSE ALL_LEATHERMAN_SOURCES */src/*.cc */inc/*.hpp) + add_subdirectory(locales) + +-add_leatherman_dir(catch EXCLUDE_FROM_VARS) + add_leatherman_dir(nowide) + add_leatherman_dir(util) + add_leatherman_dir(locale) |