mirror of https://github.com/CGAL/cgal
add lang C to main file
This commit is contained in:
parent
d3bcfdf44b
commit
333bd56995
|
|
@ -3,7 +3,7 @@
|
|||
# refer to the root source directory of the project as ${CMAKE_SOURCE_DIR} or
|
||||
# ${CMAKE_SOURCE_DIR} and to the root binary directory of the project as
|
||||
# ${CMAKE_BINARY_DIR} or ${CMAKE_BINARY_DIR}.
|
||||
project(CGAL CXX)
|
||||
project(CGAL CXX C)
|
||||
|
||||
# Minimal version of CMake:
|
||||
if(WIN32)
|
||||
|
|
|
|||
Loading…
Reference in New Issue