Skip to content
Snippets Groups Projects
Unverified Commit 3019ae1e authored by Ben Cumming's avatar Ben Cumming Committed by GitHub
Browse files

change project name to arbor in CMakeLists (#455)

fixes #446.
parent 1499bf1e
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.0) cmake_minimum_required(VERSION 3.0)
# project info # project info
project(cell_algorithms) project(arbor)
enable_language(CXX) enable_language(CXX)
# Hide warnings about mixing old and new signatures for target_link_libraries. # Hide warnings about mixing old and new signatures for target_link_libraries.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment