Skip to content

Commit e18cd22

Browse files
committed
Add in copy of cmake-shim
1 parent ddcf8ff commit e18cd22

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

recipe/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ make install
1818
if [[ "$CONDA_BUILD_CROSS_COMPILATION" != "1" ]]; then
1919
make check || { cat "${SRC_DIR}/test/test-suite.log"; exit 1; }
2020
fi
21+
22+
# Copy janssonConfig.cmake into the package
23+
mkdir -p ${PREFIX}/lib/cmake/jansson
24+
cp "${RECIPE_DIR}/janssonConfig.cmake" "${PREFIX}/lib/cmake/jansson/janssonConfig.cmake"

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source:
99
sha256: 979210eaffdffbcf54cfc34d047fccde13f21b529a381df26db871d886f729a4
1010

1111
build:
12-
number: 1
12+
number: 2
1313
run_exports:
1414
- {{ pin_subpackage('jansson', max_pin='x') }}
1515

0 commit comments

Comments
 (0)