mirror of
https://github.com/triqs/dft_tools
synced 2024-12-21 11:53:41 +01:00
[cmake] Remove C as a project language
This commit is contained in:
parent
e485440ed9
commit
9c934e56f0
@ -27,7 +27,11 @@ endif()
|
||||
|
||||
# ############
|
||||
# Define Project
|
||||
<<<<<<< Updated upstream
|
||||
project(triqs_dft_tools VERSION 3.3.0 LANGUAGES C CXX Fortran)
|
||||
=======
|
||||
project(triqs_dft_tools VERSION 3.2.0 LANGUAGES CXX Fortran)
|
||||
>>>>>>> Stashed changes
|
||||
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)
|
||||
|
||||
# ############
|
||||
|
Loading…
Reference in New Issue
Block a user