Skip to content
Snippets Groups Projects
Commit 90bd0d64 authored by Christoph Junghans's avatar Christoph Junghans Committed by Mathis Rosenhauer
Browse files

cmake: only enable C (not C++)

parent b4285104
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ include(TestBigEndian)
include(CheckCSourceCompiles)
include(CheckSymbolExists)
include(cmake/macros.cmake)
project(libaec)
project(libaec C)
set(libaec_VERSION_MAJOR 1)
set(libaec_VERSION_MINOR 0)
set(libaec_VERSION_PATCH 2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment