kou commented on PR #47318:
URL: https://github.com/apache/arrow/pull/47318#issuecomment-3186851513

   It seems that conda's rapidjson package 
https://anaconda.org/conda-forge/rapidjson includes `RapidJSON.pc`:
   
   
   
https://anaconda.org/conda-forge/rapidjson/1.1.0.post20240409/download/linux-64/rapidjson-1.1.0.post20240409-h3f2d84a_2.conda
   
   ```console
   $ find . -name '*.pc'
   ./lib/pkgconfig/RapidJSON.pc
   ```
   
   It seems that we need to use `dependency('RapidJSON')` not 
`dependency('rapidjson')`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to