From 6ce3d69ac5717fa84dd9ea2156fcf2ad8668edc7 Mon Sep 17 00:00:00 2001 From: Hans Johnson <hans.j.johnson@gmail.com> Date: Mon, 24 Feb 2020 13:25:22 -0600 Subject: [PATCH] DOC: Update documentation for modern add_subdirectory. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index be60909..5de2776 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ # # set(KWSYS_NAMESPACE foosys) # set(KWSYS_USE_Directory 1) # Enable Directory class. -# subdirs(kwsys) +# add_subdirectory(kwsys) # # Optional settings are as follows: # -- GitLab