You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use resolved cmake path when checking cmake version
cmake is not necessarily on the PATH (e.g. on CRAN's macOS builders,
where only /Applications/CMake.app/Contents/bin/cmake is available),
so the version check must use the path resolved by configure.
Also remove the vestigial CXX prefix / flags detection block; its
consumers in src/Makevars.in were removed with the switch to the
cmake-driven oneTBB build (fd8f510), and it probed R CMD config
variables that are defunct in R (>= 4.6.0).
0 commit comments