GEOS-DEV / thirdPartyLibs

Repository to build the GEOSX third party libraries
3 stars 12 forks source link

fix raja ninja build #218

Closed tbeltzun closed 3 months ago

tbeltzun commented 1 year ago

When setting -DENABLE_NINJA=1 to build the TPL libs with ninja, the build fails since VERBOSE=1 is a make option.

Since CMAKE_GENERATOR ${TPL_GENERATOR} is used in the ExternalProject_Add CMake command, we should either remove VERBOSE=1 (proposed in this PR) or set instead a -v flag for ninja to increase build verbosity for RAJA.

Attached to Geos build check: https://github.com/GEOS-DEV/GEOS/pull/3162