diff --git a/recipe/build.sh b/recipe/build.sh index 3ab3845a..14d600cf 100644 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -11,6 +11,8 @@ cmake -D CMAKE_INSTALL_PREFIX=$PREFIX \ -D BUILD_UTILITIES=ON \ -D ENABLE_DOXYGEN=OFF \ -D ENABLE_LOGGING=ON \ + -D CURL_INCLUDE_DIR=$PREFIX/include \ + -D CURL_LIBRARY=$PREFIX/lib/libcurl${SHLIB_EXT} \ $SRC_DIR make # ctest # Run only for the shared lib build to save time. @@ -28,6 +30,8 @@ cmake -D CMAKE_INSTALL_PREFIX=$PREFIX \ -D BUILD_UTILITIES=ON \ -D ENABLE_DOXYGEN=OFF \ -D ENABLE_LOGGING=ON \ + -D CURL_INCLUDE_DIR=$PREFIX/include \ + -D CURL_LIBRARY=$PREFIX/lib/libcurl${SHLIB_EXT} \ $SRC_DIR make ctest diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b3d5ec0b..52075fb0 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -16,7 +16,7 @@ source: - CMakeLists.patch # [win] build: - number: 6 + number: 7 skip: True # [win and py36] features: - vc9 # [win and py27]