commit 864e517881a350e20c7a31c95dd7844df11724c2 parent e9fa5d92f16cb1f3c82b877d4f8301f8cf64d32b Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Wed, 15 Jun 2022 22:08:31 +0200 Fix typo Diffstat:
M | CMakeLists.txt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -10,7 +10,7 @@ target_include_directories(clap-core INTERFACE include) install(DIRECTORY include DESTINATION "." OPTIONAL EXCLUDE_FROM_ALL) -option(CLAP_BUILD_TESTS "Should CLap build tests and the like?" OFF) +option(CLAP_BUILD_TESTS "Should CLAP build tests and the like?" OFF) if (${CLAP_BUILD_TESTS}) message(STATUS "Including clap tests, compile tests, and versions")