You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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(CMake_TEST_CONTRACT_Trilinos_RUN_TEST ${exe} ${args})
|