From cc81dffa4ae244d5d3e241a9d82a3bd366b741f8 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Wed, 18 Sep 2019 14:23:14 -0400 Subject: [PATCH] [cmake] Minor corrections --- CMakeLists.txt | 4 ---- c++/app4triqs/CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 087ea427..c2dfb470 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,10 +84,6 @@ target_compile_options(project_warnings $<$:-Wno-gcc-compat> ) -# ############# -# Load non-TRIQS Dependencies - - # ############# # Build Project diff --git a/c++/app4triqs/CMakeLists.txt b/c++/app4triqs/CMakeLists.txt index 8a1b1c24..f1c84be0 100644 --- a/c++/app4triqs/CMakeLists.txt +++ b/c++/app4triqs/CMakeLists.txt @@ -1,7 +1,7 @@ file(GLOB_RECURSE sources *.cpp) add_library(app4triqs_c ${sources}) -# Link against dependencies +# Link against triqs and enable warnings target_link_libraries(app4triqs_c PUBLIC triqs PRIVATE project_warnings) # Configure compilation