lukester1975 commented on issue #15139:
URL: https://github.com/apache/arrow/issues/15139#issuecomment-1398415691

   
   > It seems that CMake's generate expression isn't evaluated. Implementation: 
https://github.com/apache/arrow/blob/master/cpp/cmake_modules/BuildUtils.cmake#L947-L951
   > 
   > What is the difference between [#15139 
(comment)](https://github.com/apache/arrow/issues/15139#issuecomment-1384149687)
 and [#15139 
(comment)](https://github.com/apache/arrow/issues/15139#issuecomment-1386831952)
 ?
   
   Sorry, not sure I really understand the question but the first comment was 
regarding configuring and building arrow from the arrow source (which looks ok 
now), second was from `vcpkg install` with a simple `vcpkg.json` with just 
arrow:
   
   ```
   {
     "$schema": 
"https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json";,
     "name": "vcpkg-arrow-test",
     "version": "0.0.0",
     "dependencies": [
       {
         "name": "arrow",
         "default-features": false
       }
     ]
   }
   ```
   Setting `PKG_CONFIG_PATH` before `vcpkg install` didn't help so I looked in 
to the vcpkg source to see what might work and `z_vcpkg_setup_pkgconfig_path` 
seemed to fit the bill, though I'm sure isn't correct (aside from anything 
else, my hack doesn't distinguish debug/release pkgconfig dirs)...
   
   Thanks
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to