From 59cf6a740394e8cca9c9d1dd6bbe929194402add Mon Sep 17 00:00:00 2001 From: Joe Loser Date: Mon, 25 Oct 2021 16:29:14 -0400 Subject: [PATCH] [libc][NFC] Remove extra space in libc/CMakeLists.txt --- libc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/CMakeLists.txt b/libc/CMakeLists.txt index 234e932..a683bcc 100644 --- a/libc/CMakeLists.txt +++ b/libc/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.13.4) # Use old version of target_sources command which converts the source # file paths to full paths. cmake_policy(SET CMP0076 OLD) -list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules") +list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules") # The top-level sourse and binary directories. set(LIBC_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}) -- 2.7.4