Skip to content

Commit

Permalink
Merge pull request #5 from Lihis/cmakelists-specify-languages
Browse files Browse the repository at this point in the history
CMakeLists.txt: set LANGUAGES as C
  • Loading branch information
n0la authored Apr 15, 2023
2 parents 35a7f14 + 2be9b7f commit 4df81ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.2)
PROJECT(IRC VERSION 0.1)
PROJECT(IRC VERSION 0.1 LANGUAGES C)

ENABLE_TESTING()

Expand Down

0 comments on commit 4df81ef

Please sign in to comment.