5a4a5841d4
The old version encountered a compile error on newer versions of GCC. Update to the latest supported release of Trilinos, remove the version number from the name of the Contract, and some other minor tweaks to get the test passing once more.
8 lines
249 B
CMake
8 lines
249 B
CMake
# ValidateBuild.cmake is configured into this location when the test is built:
|
|
set(dir "${CMAKE_CURRENT_BINARY_DIR}/Contracts/${project}")
|
|
|
|
set(exe "${CMAKE_COMMAND}")
|
|
set(args -P "${dir}/ValidateBuild.cmake")
|
|
|
|
set(Trilinos_RUN_TEST ${exe} ${args})
|