Skip to content

Commit

Permalink
Meta: Remove write-only-on-difference script
Browse files Browse the repository at this point in the history
It's now been replaced with "${CMAKE_PROGRAM}" -E copy_if_different in
all previous usage locations.
  • Loading branch information
ADKaster authored and linusg committed Aug 28, 2021
1 parent 63956b3 commit 834be1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ include_directories(Userland/Libraries)
include_directories(.)
include_directories(${CMAKE_BINARY_DIR})

set(write_if_different ${CMAKE_SOURCE_DIR}/Meta/write-only-on-difference.sh)

add_subdirectory(Meta/Lagom)

find_program(CCACHE_PROGRAM ccache)
Expand Down
28 changes: 0 additions & 28 deletions Meta/write-only-on-difference.sh

This file was deleted.

0 comments on commit 834be1a

Please sign in to comment.