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