diff --git a/CMake/3rd/vtk.cmake b/CMake/3rd/vtk.cmake index d5a4ad94ce541a503d585cd1acec098c3b767071..bfc408ed0ae4b24362b6542133db889eb0b9437b 100644 --- a/CMake/3rd/vtk.cmake +++ b/CMake/3rd/vtk.cmake @@ -26,7 +26,7 @@ # You should have received a copy of the GNU General Public License along # with VirtualFluids (see COPYING.txt). If not, see <http://www.gnu.org/licenses/>. # -# ######################################################################## +# ####################################################################################### # VTK_DIR needs to bet set to the VTK build directory in the config file. # ####################################################################################### find_package(VTK REQUIRED) diff --git a/CMake/ProjectSettings.cmake b/CMake/ProjectSettings.cmake index 7df3819280428db2cf4486cb747ad6cd0c2471c2..315f2e130a4283de005ed6d38f399d4f6fdfbe27 100644 --- a/CMake/ProjectSettings.cmake +++ b/CMake/ProjectSettings.cmake @@ -1,3 +1,31 @@ +# ####################################################################################### +# ____ ____ __ ______ __________ __ __ __ __ +# \ \ | | | | | _ \ |___ ___| | | | | / \ | | +# \ \ | | | | | |_) | | | | | | | / \ | | +# \ \ | | | | | _ / | | | | | | / /\ \ | | +# \ \ | | | | | | \ \ | | | \__/ | / ____ \ | |____ +# \ \ | | |__| |__| \__\ |__| \________/ /__/ \__\ |_______| +# \ \ | | ________________________________________________________________ +# \ \ | | | ______________________________________________________________| +# \ \| | | | __ __ __ __ ______ _______ +# \ | | |_____ | | | | | | | | | _ \ / _____) +# \ | | _____| | | | | | | | | | | \ \ \_______ +# \ | | | | |_____ | \_/ | | | | |_/ / _____ | +# \ _____| |__| |________| \_______/ |__| |______/ (_______/ +# +# This file is part of VirtualFluids. VirtualFluids is free software: you can +# redistribute it and/or modify it under the terms of the GNU General Public +# License as published by the Free Software Foundation, either version 3 of +# the License, or (at your option) any later version. +# +# VirtualFluids is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +# for more details. +# +# You should have received a copy of the GNU General Public License along +# with VirtualFluids (see COPYING.txt). If not, see <http://www.gnu.org/licenses/>. +# ####################################################################################### include(CMake/compilerflags/CompilerWarnings.cmake) include(CMake/compilerflags/CompilerOptions.cmake) include(CMakePrintHelpers)