-
Christian Godenschwager authored
If you have access to the old closed source waLBerla repository, you may restore the complete history with the following command git fetch git@i10git.cs.fau.de:software/walberla.git 'refs/replace/*:refs/replace/*'
bf76deb1
Forked from
waLBerla / waLBerla
2247 commits behind the upstream repository.
walberla-config-builddir.cmake 494 B
# This file is copied (and configured) to the build directory root.
# Also a export(PACKAGE waLBerla ) is done to register the package at the
# cmake registry.
#
# When a different project needs waLBerla, it calls find_package (waLBerla)
# which first locates the build folder, using the cmake package registry,
# and the automatically executes this file.
# Set the source and binary dir
set ( walberla_SOURCE_DIR @walberla_SOURCE_DIR@ )
set ( walberla_BINARY_DIR @walberla_BINARY_DIR@ )