CMake: Remove unused CMake functions

This commit is contained in:
Andrew Kaster 2025-03-19 15:14:55 -06:00 committed by Andrew Kaster
commit f22f6e1f5b
Notes: github-actions[bot] 2025-03-20 17:37:13 +00:00
5 changed files with 1 additions and 167 deletions

View file

@ -1,7 +1,3 @@
#
# Options common for the Serenity (target) and Lagom (host) builds
#
# Make relative paths in depfiles be relative to CMAKE_CURRENT_BINARY_DIR rather than to CMAKE_BINARY_DIR
if (POLICY CMP0116)
cmake_policy(SET CMP0116 NEW)