From d96b4ebce5ee6245fa80d27d41b67aa56555c912 Mon Sep 17 00:00:00 2001 From: LucaSas Date: Thu, 4 Nov 2021 16:14:58 +0200 Subject: Changed the template to now download raylib instead of having it in the repo. --- libs/raylib/cmake/CheckFileSystemSymlinkSupport.cmake | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 libs/raylib/cmake/CheckFileSystemSymlinkSupport.cmake (limited to 'libs/raylib/cmake/CheckFileSystemSymlinkSupport.cmake') diff --git a/libs/raylib/cmake/CheckFileSystemSymlinkSupport.cmake b/libs/raylib/cmake/CheckFileSystemSymlinkSupport.cmake deleted file mode 100644 index 798840e..0000000 --- a/libs/raylib/cmake/CheckFileSystemSymlinkSupport.cmake +++ /dev/null @@ -1,13 +0,0 @@ -# Populates a ${FILESYSTEM_LACKS_SYMLINKS} variable -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} - RESULT_VARIABLE FILESYSTEM_LACKS_SYMLINKS -) -If (FILESYSTEM_LACKS_SYMLINKS) - message(STATUS "Testing if file system supports symlinks -- unsupported") -else() - message(STATUS "Testing if file system supports symlinks -- supported") -endif() - -- cgit v1.2.3