nealrichardson commented on issue #13425:
URL: https://github.com/apache/arrow/issues/13425#issuecomment-1164454107

   
   > Seems like I've not properly extracted `cmake-3.23.2-linux-x86_64.tar.gz` 
above. I now ran `$ tar -xvf cmake-3.23.2-linux-x86_64.tar` and then `export 
CMAKE=/cmake-3.23.2-linux-x86_64`. 
   
   Assuming you've extracted it in your current working directory, you'll want 
`export CMAKE=$(pwd)/cmake-3.23.2-linux-x86_64/bin/cmake`
   
   > However, `cmake --version` still returns `cmake version 2.8.12.2`.
   
   Right. The `CMAKE` env var is for the arrow R package build script; `cmake` 
won't be affected by it.
   
   Also, my mistake before, it looks like you have a `cmake3` installed, which 
is version 3.6.3. Can you show me what `R -e 'system("cmake3 --version", intern 
= TRUE, ignore.stderr = TRUE)'` returns?
   
   


-- 
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