"examples/vscode:/vscode.git/clone" did not exist on "d73e6ad050ee4831bc367d45a3af9750e1204dae"
Unverified Commit 0e6e28d1 authored by Jesse Beder's avatar Jesse Beder Committed by GitHub
Browse files

Revert "Move CTest to test entry (#1181)" (#1182)

This reverts commit 74f63c11.
parent 74f63c11
...@@ -18,6 +18,7 @@ include(CMakePackageConfigHelpers) ...@@ -18,6 +18,7 @@ include(CMakePackageConfigHelpers)
include(CMakeDependentOption) include(CMakeDependentOption)
include(CheckCXXCompilerFlag) include(CheckCXXCompilerFlag)
include(GNUInstallDirs) include(GNUInstallDirs)
include(CTest)
option(YAML_CPP_BUILD_CONTRIB "Enable yaml-cpp contrib in library" ON) option(YAML_CPP_BUILD_CONTRIB "Enable yaml-cpp contrib in library" ON)
option(YAML_CPP_BUILD_TOOLS "Enable parse tools" ON) option(YAML_CPP_BUILD_TOOLS "Enable parse tools" ON)
...@@ -178,7 +179,6 @@ endif() ...@@ -178,7 +179,6 @@ endif()
unset(CONFIG_EXPORT_DIR) unset(CONFIG_EXPORT_DIR)
if(YAML_CPP_BUILD_TESTS) if(YAML_CPP_BUILD_TESTS)
include(CTest)
add_subdirectory(test) add_subdirectory(test)
endif() endif()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment