diff options
author | Brad King <brad.king@kitware.com> | 2022-10-27 13:45:22 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-10-27 13:45:48 (GMT) |
commit | 2954a810ced784b04ec22bcdadb18bd73409c2a2 (patch) | |
tree | d31ff48fc4a281e730a64418475aaee7c1387303 /Help/guide/tutorial/Step6 | |
parent | 532c88a5ed7344b4a4b99316229fbf29c1e0ab27 (diff) | |
parent | 6e58a01f4e39ed722a99c2747aa81641984db7af (diff) | |
download | CMake-2954a810ced784b04ec22bcdadb18bd73409c2a2.zip CMake-2954a810ced784b04ec22bcdadb18bd73409c2a2.tar.gz CMake-2954a810ced784b04ec22bcdadb18bd73409c2a2.tar.bz2 |
Merge topic 'tutorial_step6_update'
6e58a01f4e Tutorial: Update step 6 style
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !7756
Diffstat (limited to 'Help/guide/tutorial/Step6')
-rw-r--r-- | Help/guide/tutorial/Step6/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/guide/tutorial/Step6/CMakeLists.txt b/Help/guide/tutorial/Step6/CMakeLists.txt index da9e852..c11e307 100644 --- a/Help/guide/tutorial/Step6/CMakeLists.txt +++ b/Help/guide/tutorial/Step6/CMakeLists.txt @@ -45,6 +45,7 @@ install(FILES "${PROJECT_BINARY_DIR}/TutorialConfig.h" DESTINATION include ) +# TODO 1: Replace enable_testing() with include(CTest) # enable testing enable_testing() |