Skip to content

Commit

Permalink
Merge pull request #13 from chuckatkins/disable-testing-until-fixed
Browse files Browse the repository at this point in the history
Previous testing fix was incomplete
  • Loading branch information
Chuck Atkins authored Mar 30, 2017
2 parents ebc3ac2 + 810d642 commit 563fc71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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()
Expand Down

0 comments on commit 563fc71

Please sign in to comment.