summaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorShy <[email protected]>2020-04-07 11:36:05 -0400
committerAhmad Fatoum <[email protected]>2020-04-08 07:05:43 +0200
commit81c44e32c3df6afe66feadff03fbcaf92e719f9e (patch)
tree51e08301c92458c825c8a964c5ee1b7c38f3d257 /cmake
parent2b5188c4b32e7401136a87b55796cb1c9bacb64e (diff)
downloadraylib-81c44e32c3df6afe66feadff03fbcaf92e719f9e.tar.gz
raylib-81c44e32c3df6afe66feadff03fbcaf92e719f9e.zip
ignore symlink creation failure error
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CheckFileSystemSymlinkSupport.cmake1
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")