svalinn / DAGMC

Direct Accelerated Geometry Monte Carlo Toolkit
https://svalinn.github.io/DAGMC
Other
100 stars 63 forks source link

add more info to Cmake error msg #960

Closed gonuke closed 3 weeks ago

gonuke commented 3 months ago

Description

Provide more feedback when CMAKE_BUILD_TYPE fatal error occurs

Motivation and Context

In some build configurations, CMake fails with a fatal error about the CMAKE_BUILD_TYPE, but doesn't indicate what build type has been specified.

Changes

This adds the specified build type to the error message.