mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 14:50:10 -06:00
Tests/RunCMake/if: Fix FilePermissions failure message typo
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user