From 8fb0bc32298d4cc67d66ab091edc22707525fa00 Mon Sep 17 00:00:00 2001 From: Alexander Hampel Date: Thu, 16 May 2024 12:24:36 -0400 Subject: [PATCH] [cmake] fix 9c934e5 --- CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 44c87c1f..ed50cd7b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,11 +27,7 @@ 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 +project(triqs_dft_tools VERSION 3.3.0 LANGUAGES CXX Fortran) get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY) # ############