Skip to content

Commit

Permalink
COMP: Optionally include CTestUseLaunchers
Browse files Browse the repository at this point in the history
Doing so will allow error/warning to be properly reported in a Superbuild
context when doing parallel build with CTEST_USE_LAUNCHERS enabled.
  • Loading branch information
jcfr committed Oct 4, 2012
1 parent 6366f00 commit 2114405
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -4,6 +4,8 @@ cmake_minimum_required(VERSION 2.8)
project(PythonQt)
#-----------------------------------------------------------------------------

include(CTestUseLaunchers OPTIONAL)

#-----------------------------------------------------------------------------
# Python libraries

Expand Down
2 changes: 2 additions & 0 deletions generator/CMakeLists.txt
Expand Up @@ -4,6 +4,8 @@ cmake_minimum_required(VERSION 2.8)
project(PythonQtGenerator)
#-----------------------------------------------------------------------------

include(CTestUseLaunchers OPTIONAL)

#-----------------------------------------------------------------------------
# Setup Qt

Expand Down

0 comments on commit 2114405

Please sign in to comment.