mirror of
https://github.com/triqs/dft_tools
synced 2025-01-03 10:05:49 +01:00
[cmake] Minor corrections
This commit is contained in:
parent
eefa265359
commit
cc81dffa4a
@ -84,10 +84,6 @@ target_compile_options(project_warnings
|
||||
$<$<CXX_COMPILER_ID:Clang>:-Wno-gcc-compat>
|
||||
)
|
||||
|
||||
# #############
|
||||
# Load non-TRIQS Dependencies
|
||||
|
||||
|
||||
# #############
|
||||
# Build Project
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user