forked from github/server
cmake needs nothing but C (no CXX or fortran required)
This commit is contained in:
parent
0b4f92e312
commit
71e24dba15
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required(VERSION 2.4)
|
||||
project (eressea)
|
||||
project (eressea C)
|
||||
|
||||
if (WIN32)
|
||||
add_definitions(-D_CRT_SECURE_NO_WARNINGS -D_CRT_SECURE_NO_DEPRECATE)
|
||||
|
|
Loading…
Reference in a new issue