File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ set(CTEST_TEST_CTEST OFF CACHE BOOL "Disable CTest testing of CTest" FORCE)
95
95
set (CMAKE_RUN_LONG_TESTS OFF CACHE BOOL "Disable CMake long tests" FORCE)
96
96
set (CMake_INSTALL_COMPONENTS OFF CACHE BOOL "Using components when installing" FORCE)
97
97
set (CMake_INSTALL_DEPENDENCIES OFF CACHE BOOL "Whether to install 3rd-party runtime dependencies" FORCE)
98
- set (CMake_TEST_EXTERNAL_CMAKE OFF CACHE BOOL "Disable testing external CMake" FORCE)
99
98
set (BUILD_TESTING OFF CACHE BOOL "Build testing" FORCE)
100
99
101
100
################################################################################
Original file line number Diff line number Diff line change @@ -12,13 +12,17 @@ build:
12
12
- CXX
13
13
14
14
source :
15
- git_rev : 54c51bb60b872c0ad85248461f52865ac549bf88
15
+ git_rev : 4cabc210e55f64fab08e88376718ecc40c14daf4
16
16
git_url : https://github.com/jrmadsen/pyctest.git
17
17
18
18
requirements :
19
- host :
19
+ build :
20
+ - {{ compiler('c') }} # [win]
21
+ - {{ compiler('cxx') }} # [win]
22
+ - python={{ python }} # [win]
20
23
- cmake
21
24
- git
25
+ host :
22
26
- python
23
27
- pip
24
28
- setuptools
You can’t perform that action at this time.
0 commit comments