Skip to content

Commit

Permalink
Removed excess dependency to a C++ compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni Rönkkö committed Jul 18, 2017
1 parent b6450c5 commit f735b8e
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 2.8.11)
project (dirent)
project (dirent LANGUAGES C)

enable_language (C)

Expand Down

0 comments on commit f735b8e

Please sign in to comment.