diff options
| author | Ahmad Fatoum <[email protected]> | 2018-05-10 23:06:24 +0200 |
|---|---|---|
| committer | Ahmad Fatoum <[email protected]> | 2018-05-10 23:07:25 +0200 |
| commit | f11fe801809f5697c96010e0f08e26dc87c85b1b (patch) | |
| tree | 83a524079a6d961787dd0ccd64cab432c7a932b2 | |
| parent | b8ca51fd01a68b9b6040f8c3c631eedefd7d7735 (diff) | |
| download | raylib-f11fe801809f5697c96010e0f08e26dc87c85b1b.tar.gz raylib-f11fe801809f5697c96010e0f08e26dc87c85b1b.zip | |
CMake: Use same message for symlink check and result
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a2f14088..38d98c35 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} |
