Skip to content

Commit e758215

Browse files
author
Siva Chandra Reddy
committed
[libc] Remove a now uneccesary CMake policy.
Reviewed By: jhuber6 Differential Revision: https://reviews.llvm.org/D143139
1 parent fe6ca54 commit e758215

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libc/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ cmake_minimum_required(VERSION 3.13.4)
33
# Default to C++17
44
set(CMAKE_CXX_STANDARD 17)
55

6-
# Use old version of target_sources command which converts the source
7-
# file paths to full paths.
8-
cmake_policy(SET CMP0076 OLD)
96
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")
107

118
# The top-level sourse and binary directories.

0 commit comments

Comments
 (0)