mirror of
https://github.com/triqs/dft_tools
synced 2025-04-16 13:39:25 +02:00
[cmake] FIX keyword usage in target_link_libraries command for cpp2py modules
This commit is contained in:
parent
62c810d8d6
commit
21532641a2
@ -1,6 +1,6 @@
|
|||||||
# === Build and install atm module
|
# === Build and install atm module
|
||||||
add_cpp2py_module(atm)
|
add_cpp2py_module(atm)
|
||||||
target_link_libraries(atm PRIVATE atm_c triqs)
|
target_link_libraries(atm atm_c triqs)
|
||||||
target_compile_options(atm PRIVATE -std=c++17)
|
target_compile_options(atm PRIVATE -std=c++17)
|
||||||
target_include_directories(atm PRIVATE ${CMAKE_SOURCE_DIR}/c++)
|
target_include_directories(atm PRIVATE ${CMAKE_SOURCE_DIR}/c++)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user