Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 19, 2024
1 parent 24bcad6 commit f182db7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/nrniv/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,10 @@ include_directories(${NRN_INCLUDE_DIRS})
add_library(nrniv_lib ${NRN_LIBRARY_TYPE} ${NRN_NRNIV_LIB_SRC_FILES})
target_link_libraries(nrniv_lib PRIVATE nrngnu)
target_link_libraries(nrniv_lib PRIVATE sparse13)
# We feel at liberty to include across various subdirectories without clear interfaces,
# thus this should be public at _build_ time, but not at install time.
target_include_directories(nrniv_lib SYSTEM PUBLIC $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/${NRN_3RDPARTY_DIR}/eigen>)
# We feel at liberty to include across various subdirectories without clear interfaces, thus this
# should be public at _build_ time, but not at install time.
target_include_directories(
nrniv_lib SYSTEM PUBLIC $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/${NRN_3RDPARTY_DIR}/eigen>)
cpp_cc_configure_sanitizers(TARGET nrniv_lib)
# Source-directory .cpp needs to find generated .hpp.
target_include_directories(nrniv_lib PRIVATE "${NRN_OC_GEN}")
Expand Down

0 comments on commit f182db7

Please sign in to comment.