coreutils

General Software Utilities
git clone http://git.omkov.net/coreutils
Log | Tree | Refs | README | LICENCE | Download

AuthorJamozed <[email protected]>
Date2021-02-05 01:55:59
Commit972e4429ba84618d1fe6e8922ebc22d69548a5de
Parent195ab4cb1b7d7b23da0f3dd5dd1f8ab6dee22250

meta: Update CMakeLists

Diffstat

M CMakeLists.txt | 1 +

1 files changed, 1 insertions, 0 deletions

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 72bee82..31d8742 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@
 # CMakeLists file for OMKOV coreutils
 
 CMAKE_MINIMUM_REQUIRED(VERSION 3.12)
-PROJECT(coreutils C)
+PROJECT(coreutils LANGUAGES C)
 
 SET(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}/lib)
 SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}/bin)