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

This commit is contained in:
Joe Loser 2021-10-25 16:29:14 -04:00
parent 46c82753f6
commit 59cf6a7403
No known key found for this signature in database
GPG Key ID: 1CDBEBC050EA230D
1 changed files with 1 additions and 1 deletions

View File

@ -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})