Skip to content

Commit

Permalink
Not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Cornu committed Apr 22, 2024
1 parent c72ce56 commit 084effa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modlunit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ add_executable(modlunit
units1.cpp
version.cpp
"${CMAKE_CURRENT_BINARY_DIR}/lex.cpp"
"${CMAKE_CURRENT_BINARY_DIR}/parse1.cpp"
"${PROJECT_BINARY_DIR}/nrnconf.h")
"${CMAKE_CURRENT_BINARY_DIR}/parse1.cpp")
target_compile_definitions(modlunit PRIVATE NRNUNIT=1)
cpp_cc_configure_sanitizers(TARGET modlunit)
# Generated .cpp needs to find source-directory .hpp and vice versa.
Expand Down

0 comments on commit 084effa

Please sign in to comment.