<div dir="ltr"><div>Hi <br></div><div><br></div><div>I just updated my fork to master, and there are some failing test in macOS in CI<br></div><div><a href="https://github.com/jjimenezshaw/PROJ/actions/runs/12895569637">https://github.com/jjimenezshaw/PROJ/actions/runs/12895569637</a></div><div><br></div><div>Should I worry?</div><div><br></div><div>Looks like some CMake vars are not properly set:</div><div><br></div><div>clang -I/tmp/proj_static_install_from_dist/include -I/Users/runner/micromamba/envs/proj/include -I/Users/runner/micromamba/envs/proj/include/webp -I/Users/runner/micromamba/envs/proj/include -Werror  -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/runner/micromamba/envs/proj/lib -L/Users/runner/micromamba/envs/proj/lib -o c_app c_app-c_app.o -L/tmp/proj_static_install_from_dist/lib -L/Users/runner/micromamba/envs/proj/lib -lproj -lc++ -lm -ldl -lsqlite3 @LDFLAGS_MATH@ @LDFLAGS_ZLIB@ @LDFLAGS_ICU@ -ltiff -lwebp -lzstd -llzma -lLerc -ljpeg -ldeflate -lz -lwebp -lsharpyuv -llzma -pthread -lpthread -lLerc -ljpeg -ldeflate -lcurl -framework CoreFoundation -framework CoreServices -framework Security -framework CoreFoundation -framework CoreServices -framework SystemConfiguration -lnghttp2 -lssh2 -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -lresolv -lzstd -lz -lzstd -lssl -lssh2 -lcrypto -lz -lcrypto -lz -lnghttp2 <br>clang: error: no such file or directory: '@LDFLAGS_MATH@'<br>clang: error: no such file or directory: '@LDFLAGS_ZLIB@'<br>clang: error: no such file or directory: '@LDFLAGS_ICU@'<br>make: *** [c_app] Error 1<br>Error: Process completed with exit code 2.</div></div>