Skip to content

Commit

Permalink
Fix sisl settings include. (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd authored Aug 15, 2024
1 parent bb1a08c commit 1756318
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ target_link_libraries(${PROJECT_NAME}_core
${COMMON_DEPS}
)

include(${sisl_INCLUDE_DIRS}/../cmake/settings_gen.cmake)
list(GET sisl_INCLUDE_DIRS 0 SISL_TOP_INCLUDE)
include ("${SISL_TOP_INCLUDE}/../cmake/settings_gen.cmake")

add_subdirectory(homestore_backend)
add_subdirectory(memory_backend)
Expand Down

0 comments on commit 1756318

Please sign in to comment.