Skip to content

Commit f89b24d

Browse files
committed
Update meta.yaml
1 parent 8360f8f commit f89b24d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ set(CTEST_TEST_CTEST OFF CACHE BOOL "Disable CTest testing of CTest" FORCE)
9595
set(CMAKE_RUN_LONG_TESTS OFF CACHE BOOL "Disable CMake long tests" FORCE)
9696
set(CMake_INSTALL_COMPONENTS OFF CACHE BOOL "Using components when installing" FORCE)
9797
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)
9998
set(BUILD_TESTING OFF CACHE BOOL "Build testing" FORCE)
10099

101100
################################################################################

meta.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,17 @@ build:
1212
- CXX
1313

1414
source:
15-
git_rev: 54c51bb60b872c0ad85248461f52865ac549bf88
15+
git_rev: 4cabc210e55f64fab08e88376718ecc40c14daf4
1616
git_url: https://github.com/jrmadsen/pyctest.git
1717

1818
requirements:
19-
host:
19+
build:
20+
- {{ compiler('c') }} # [win]
21+
- {{ compiler('cxx') }} # [win]
22+
- python={{ python }} # [win]
2023
- cmake
2124
- git
25+
host:
2226
- python
2327
- pip
2428
- setuptools

0 commit comments

Comments
 (0)