netgen/cmake_modules
Matthias Hochsteger cb8bef9423 Force rebuild of Netgen subproject when building the Superbuild
CMake is using stamp files to check if the external projects are out
of date. There is an option 'BUILD_ALWAYS 1' of ExternalProject_Add,
but it is not available prior to CMake 3.1.

To work around it, this commit solves two problems at once:

- Add a new step 'check_submodules' between configure and build
  to check if all submodules are up to date. This step has the option
  'ALWAYS 1', which means it is always considered outdated.

- Since 'build' depends on the above step, it will always be started
2017-01-20 10:16:48 +01:00
..
check_submodules.cmake Force rebuild of Netgen subproject when building the Superbuild 2017-01-20 10:16:48 +01:00
cmake_uninstall.cmake.in CMake support 2015-03-06 14:59:14 +01:00
ExternalProject_TCLTK.cmake only build necessary targets 2017-01-16 12:30:02 +01:00
FindFFMPEG.cmake CMake support 2015-03-06 14:59:14 +01:00
FindMETIS.cmake CMake support 2015-03-06 14:59:14 +01:00
FindOpenCasCade.cmake cmake fix to find OpenCascade 2016-04-05 16:06:17 +02:00
mic.cmake CMake support 2015-03-06 14:59:14 +01:00
netgen_fixup.cmake merge ttk branch to master 2016-02-08 15:53:16 +01:00
NetgenConfig.cmake.in install all headers to INCDIR 2017-01-16 14:59:57 +01:00
SuperBuild.cmake Force rebuild of Netgen subproject when building the Superbuild 2017-01-20 10:16:48 +01:00
tk_macosx.patch Add missing patch for TK on MacOS, add .gitignore file 2017-01-16 00:22:56 +01:00
tkdnd_macosx.patch CMake: Add External projects to fetch and install some dependencies automatically on Windows and MacOS 2016-12-22 19:12:11 +01:00