diff options
Diffstat (limited to 'cmake/CheckFileSystemSymlinkSupport.cmake')
| -rw-r--r-- | cmake/CheckFileSystemSymlinkSupport.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/CheckFileSystemSymlinkSupport.cmake b/cmake/CheckFileSystemSymlinkSupport.cmake index 798840ef..8eb508cb 100644 --- a/cmake/CheckFileSystemSymlinkSupport.cmake +++ b/cmake/CheckFileSystemSymlinkSupport.cmake @@ -4,6 +4,7 @@ execute_process( COMMAND ${CMAKE_COMMAND} -E create_symlink CMakeLists.txt "${CMAKE_CURRENT_BINARY_DIR}/TestingIfSymlinkWorks" WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} RESULT_VARIABLE FILESYSTEM_LACKS_SYMLINKS + ERROR_QUIET ) If (FILESYSTEM_LACKS_SYMLINKS) message(STATUS "Testing if file system supports symlinks -- unsupported") |
