Skip to content
Snippets Groups Projects
Commit 563fc71e authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon Committed by GitHub
Browse files

Merge pull request #13 from chuckatkins/disable-testing-until-fixed

Previous testing fix was incomplete
parents ebc3ac23 810d642b
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,8 @@ option(ADIOS_USE_DataMan "Enable support for the DataMan engine" OFF)
#------------------------------------------------------------------------------#
# Third party libraries
#------------------------------------------------------------------------------#
option(ADIOS_BUILD_TESTING "Build ADIOS tests" OFF)
set(BUILD_TESTING ${ADIOS_BUILD_TESTING} CACHE INTERNAL "")
include(CTest)
add_subdirectory(thirdparty)
......@@ -94,8 +96,6 @@ endif()
#------------------------------------------------------------------------------#
# Testing
#------------------------------------------------------------------------------#
option(ADIOS_BUILD_TESTING "Build ADIOS tests" OFF)
set(BUILD_TESTING ${ADIOS_BUILD_TESTING})
# We have to wait until after the library is defined to enable testing
if(BUILD_TESTING)
enable_testing()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment