Skip to content

Commit

Permalink
Set list policy to avoid warning (TriBITSPub#483)
Browse files Browse the repository at this point in the history
This comes up with refactorings being done for TriBITSPub#483.
  • Loading branch information
bartlettroscoe committed Jun 7, 2022
1 parent 11c8d2d commit 6f1a491
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tribits/ctest_driver/TribitsReadTagFile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
function(tribits_read_ctest_tag_file tagFileIn
buildStartTimeOut cdashGroupOut cdashModelOut
)
cmake_policy(SET CMP0007 NEW)
file(READ "${tagFileIn}" tagFileStr)
string(REPLACE "\n" ";" tagFileStrList "${tagFileStr}")
list(GET tagFileStrList 0 buildStartTime)
Expand Down

0 comments on commit 6f1a491

Please sign in to comment.