Revision 0d999978d25a2edb14d9416ae5b45669040c591d authored by Brad King on 08 July 2021, 13:32:35 UTC, committed by Kitware Robot on 08 July 2021, 13:32:41 UTC
bf810c75ac IAR: Use placeholders in linker and archiver rules

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6322
2 parent s eb692af + bf810c7
Raw File
test_preprocess.cmake
set(TEST_FILE CMakeFiles/preprocess.dir/preprocess.F.i)
file(READ ${TEST_FILE} CONTENTS)
if("${CONTENTS}" MATCHES "PRINT *")
  message(STATUS "${TEST_FILE} created successfully!")
else()
  message(FATAL_ERROR "${TEST_FILE} creation failed!")
endif()
back to top