We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a29fc commit f72ef83Copy full SHA for f72ef83
.github/scripts/cmake.sh
@@ -85,6 +85,7 @@ pushd examples/cpp/build
85
86
ls -las /opt/conda/envs/ci/lib/
87
ldd /opt/conda/envs/ci/lib/libpng.so
88
+ldconfig -p | grep libpng
89
90
cmake .. -DTorch_DIR="${Torch_DIR}" \
91
-DCMAKE_PREFIX_PATH="${CONDA_PREFIX}" \
0 commit comments