diff --git a/python/converters/plovasp/CMakeLists.txt b/python/converters/plovasp/CMakeLists.txt index 9f2fbdaa..f1617e58 100644 --- a/python/converters/plovasp/CMakeLists.txt +++ b/python/converters/plovasp/CMakeLists.txt @@ -1,6 +1,6 @@ # === Build and install atm module add_cpp2py_module(atm) -target_link_libraries(atm atm_c triqs) +target_link_libraries(atm PRIVATE atm_c triqs) target_compile_options(atm PRIVATE -std=c++17) target_include_directories(atm PRIVATE ${CMAKE_SOURCE_DIR}/c++)