Skip to content

Commit 2114405

Browse files
committed
COMP: Optionally include CTestUseLaunchers
Doing so will allow error/warning to be properly reported in a Superbuild context when doing parallel build with CTEST_USE_LAUNCHERS enabled.
1 parent 6366f00 commit 2114405

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ cmake_minimum_required(VERSION 2.8)
44
project(PythonQt)
55
#-----------------------------------------------------------------------------
66

7+
include(CTestUseLaunchers OPTIONAL)
8+
79
#-----------------------------------------------------------------------------
810
# Python libraries
911

generator/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ cmake_minimum_required(VERSION 2.8)
44
project(PythonQtGenerator)
55
#-----------------------------------------------------------------------------
66

7+
include(CTestUseLaunchers OPTIONAL)
8+
79
#-----------------------------------------------------------------------------
810
# Setup Qt
911

0 commit comments

Comments
 (0)