[libc-commits] [libc] 59cf6a7 - [libc][NFC] Remove extra space in libc/CMakeLists.txt

Joe Loser via libc-commits libc-commits at lists.llvm.org
Mon Oct 25 13:30:53 PDT 2021


Author: Joe Loser
Date: 2021-10-25T16:29:14-04:00
New Revision: 59cf6a740394e8cca9c9d1dd6bbe929194402add

URL: https://github.com/llvm/llvm-project/commit/59cf6a740394e8cca9c9d1dd6bbe929194402add
DIFF: https://github.com/llvm/llvm-project/commit/59cf6a740394e8cca9c9d1dd6bbe929194402add.diff

LOG: [libc][NFC] Remove extra space in libc/CMakeLists.txt

Added: 
    

Modified: 
    libc/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libc/CMakeLists.txt b/libc/CMakeLists.txt
index 234e932e832a..a683bcc8c376 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})


        


More information about the libc-commits mailing list