We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545082b commit 115436dCopy full SHA for 115436d
CMakeLists.txt
@@ -322,7 +322,7 @@ if(DEFINED Libxc_DIR)
322
set(ENABLE_LIBXC ON)
323
endif()
324
if(ENABLE_LIBXC)
325
- find_package(Libxc 5.1.7 REQUIRED HINTS ${Libxc_DIR}/share/cmake/Libxc)
+ find_package(Libxc 5.1.7 REQUIRED HINTS ${Libxc_DIR}/share/cmake/Libxc ${Libxc_DIR}/lib/cmake/Libxc)
326
if(${Libxc_FOUND})
327
message(STATUS "Found Libxc: version " ${Libxc_VERSION})
328
target_link_libraries(${ABACUS_BIN_NAME} Libxc::xc)
0 commit comments