projects
/
platform
/
upstream
/
libaec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b428510
)
cmake: only enable C (not C++)
master
author
Christoph Junghans
<junghans@votca.org>
Sat, 24 Feb 2018 22:44:50 +0000
(15:44 -0700)
committer
Mathis Rosenhauer
<rosenhauer@dkrz.de>
Mon, 26 Feb 2018 08:26:25 +0000
(09:26 +0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
3303f72
..
cd81f00
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-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)