Skip to content

Commit

Permalink
Merge pull request #93 from libLAS/remove-cdash
Browse files Browse the repository at this point in the history
Remove no longer used CDash
  • Loading branch information
hobu committed Aug 18, 2016
2 parents 2e9b55a + 4554990 commit 3cd9dcf
Show file tree
Hide file tree
Showing 5 changed files with 158 additions and 211 deletions.
22 changes: 0 additions & 22 deletions CMakeLists.txt
Expand Up @@ -62,11 +62,6 @@ set(WITH_PKGCONFIG FALSE CACHE BOOL

set(WITH_ENDIANAWARE FALSE CACHE BOOL "Choose whether or not libLAS should do runtime endianness switching. Note that this can slow things down considerably if enabled by default")

# Enable CTest and submissions to libLAS dashboard at CDash
# http://my.cdash.org/index.php?project=libLAS
set(ENABLE_CTEST FALSE CACHE BOOL
"Enable CTest to support submissions of results to CDash at http://cdash.org")

###############################################################################
# CMake settings
cmake_minimum_required(VERSION 2.6.0)
Expand Down Expand Up @@ -359,24 +354,7 @@ if(WITH_TESTS)
message(STATUS "Enable libLAS unit tests to build - done")
enable_testing()


if(ENABLE_CTEST)
message(STATUS
"Enable CTest to support submissions of results to CDash at http://cdash.org")
cmake_minimum_required(VERSION 2.8.0)
# Dashboard has been prepared for experiments
# http://my.cdash.org/index.php?project=libLAS
include(CTest)
message(STATUS
"Enable CTest to support submissions of results to CDash at http://cdash.org - done")
endif()

add_subdirectory(test)
else()
if(ENABLE_CTEST)
message(WARNING
"CTest support requested but WITH_TESTS option not specified to build of libLAS unit tests")
endif()
endif()

# Add find_package(libLAS) support
Expand Down
20 changes: 0 additions & 20 deletions CTestConfig.cmake

This file was deleted.

0 comments on commit 3cd9dcf

Please sign in to comment.