mirror of
https://github.com/triqs/dft_tools
synced 2024-11-18 12:03:50 +01:00
[cmake] FIX target_link_libraries and target_compile_options command for python modules
This commit is contained in:
parent
2fca5cde85
commit
5c1ec4c67d
@ -13,8 +13,7 @@ endforeach()
|
|||||||
foreach(gen ${wrap_generators})
|
foreach(gen ${wrap_generators})
|
||||||
string(REPLACE "_desc.py" "" module_name ${gen})
|
string(REPLACE "_desc.py" "" module_name ${gen})
|
||||||
add_cpp2py_module(${module_name})
|
add_cpp2py_module(${module_name})
|
||||||
target_link_libraries(${module_name} PRIVATE app4triqs_c)
|
target_link_libraries(${module_name} app4triqs_c)
|
||||||
target_compile_options(${module_name} PUBLIC $<$<CXX_COMPILER_ID:GNU>:-Wno-attributes>)
|
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
# Install python modules to proper location
|
# Install python modules to proper location
|
||||||
|
Loading…
Reference in New Issue
Block a user