Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
0e6e28d1
Unverified
Commit
0e6e28d1
authored
Mar 22, 2023
by
Jesse Beder
Committed by
GitHub
Mar 22, 2023
Browse files
Revert "Move CTest to test entry (#1181)" (#1182)
This reverts commit
74f63c11
.
parent
74f63c11
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
0e6e28d1
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment