Skip to content

Commit

Permalink
Install nrnunits.lib add configure time
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Cornu committed Sep 26, 2023
1 parent 4fbc171 commit 5e997de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ add_subdirectory(src)
# =============================================================================
# Install unit database to share
# =============================================================================
install(FILES share/nrnunits.lib DESTINATION ${NMODL_INSTALL_DIR_SUFFIX}share/nmodl)
configure_file(share/nrnunits.lib ${NMODL_INSTALL_DIR_SUFFIX}share/nmodl COPYONLY)

# to print compiler flags in the build status
if(CMAKE_BUILD_TYPE)
Expand Down

0 comments on commit 5e997de

Please sign in to comment.