Tests/RunCMake/if: Fix FilePermissions failure message typo

This commit is contained in:
Brad King
2025-06-13 10:35:04 -04:00
parent b57c5fbe56
commit a098f6b008

View File

@@ -94,7 +94,7 @@ else()
OR IS_READABLE "${CMAKE_CURRENT_BINARY_DIR}/executable-dir"
OR IS_WRITABLE "${CMAKE_CURRENT_BINARY_DIR}/executable-dir")
cleanup()
message(FATAL_ERROR "checks on \"${CMAKE_CURRENT_BINARY_DIR}/executable.txt\" failed")
message(FATAL_ERROR "checks on \"${CMAKE_CURRENT_BINARY_DIR}/executable-dir\" failed")
endif()
endif()