~ubuntu-branches/ubuntu/trusty/liblas/trusty-proposed

« back to all changes in this revision

Viewing changes to CTestConfig.cmake

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2014-01-05 17:00:29 UTC
  • mfrom: (7.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140105170029-ddtp0j63x5jvck2u
Tags: 1.7.0+dfsg-2
Fixed missing linking of system boost component.
(closes: #733282)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
###############################################################################
 
2
#
 
3
# CTest configuration for libLAS project
 
4
#
 
5
# libLAS CDash: http://my.cdash.org/index.php?project=libLAS
 
6
#
 
7
###############################################################################
 
8
## This file should be placed in the root directory of your project.
 
9
## Then modify the CMakeLists.txt file in the root directory of your
 
10
## project to incorporate the testing dashboard.
 
11
## # The following are required to uses Dart and the Cdash dashboard
 
12
##   ENABLE_TESTING()
 
13
##   INCLUDE(CTest)
 
14
set(CTEST_PROJECT_NAME "libLAS")
 
15
set(CTEST_NIGHTLY_START_TIME "01:30:00 BST")
 
16
 
 
17
set(CTEST_DROP_METHOD "http")
 
18
set(CTEST_DROP_SITE "my.cdash.org")
 
19
set(CTEST_DROP_LOCATION "/submit.php?project=libLAS")
 
20
set(CTEST_DROP_SITE_CDASH TRUE)