From f11fe801809f5697c96010e0f08e26dc87c85b1b Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Thu, 10 May 2018 23:06:24 +0200 Subject: [PATCH] CMake: Use same message for symlink check and result --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a2f14088c..38d98c355 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ add_if_flag_works(-Werror=implicit-function-declaration CMAKE_C_FLAGS) # src/external/jar_xm.h does shady stuff add_if_flag_works(-fno-strict-aliasing CMAKE_C_FLAGS) -message(STATUS "Check for symlink support in file system") +message(STATUS "Testing if file system supports symlinks") execute_process( COMMAND ${CMAKE_COMMAND} -E create_symlink CMakeLists.txt "${CMAKE_CURRENT_BINARY_DIR}/TestingIfSymlinkWorks" WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}