blob: 8d42459701d06722e0c4e9a0df0980af7f71d4bc (
plain)
1
2
3
4
5
6
7
8
9
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)
|