Skip to content

Commit

Permalink
Merge branch 'wip' of github.com:jougs/nest-simulator into wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jougs committed Apr 13, 2023
2 parents 108897d + 07dcfa4 commit d1bf71e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion libnestutil/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ add_library( nestutil STATIC ${nestutil_sources} )

set_target_properties( nestutil
PROPERTIES
VERSION ${NEST_VERSION}
POSITION_INDEPENDENT_CODE ON
)

Expand Down
1 change: 0 additions & 1 deletion models/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ set(models_sources
add_library(models STATIC ${models_sources})
set_target_properties(models
PROPERTIES
VERSION ${NEST_VERSION}
POSITION_INDEPENDENT_CODE ON
)

Expand Down
1 change: 0 additions & 1 deletion nestkernel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ set_source_files_properties( dynamicloader.cpp PROPERTIES COMPILE_OPTIONS "-O0"
add_library( nestkernel STATIC ${nestkernel_sources} )
set_target_properties( nestkernel
PROPERTIES
VERSION ${NEST_VERSION}
POSITION_INDEPENDENT_CODE ON
)

Expand Down

0 comments on commit d1bf71e

Please sign in to comment.