- 03 Jan, 2022 2 commits
-
-
Pascal Palenda authored
-
Pascal Palenda authored
-
- 20 Dec, 2021 3 commits
-
-
Pascal Palenda authored
-
Pascal Palenda authored
-
Pascal Palenda authored
-
- 17 Dec, 2021 2 commits
-
-
Pascal Palenda authored
-
Philipp Schäfer authored
-
- 16 Dec, 2021 1 commit
-
-
Philipp Schäfer authored
-
- 15 Dec, 2021 1 commit
-
-
Philipp Schäfer authored
-
- 30 Nov, 2021 1 commit
-
-
Pascal Palenda authored
If the CPM package names are too long, depending on the path to the base folder, MSBuild throws the error MSB4023. Meaning, the path is too long. This reduces the risk of this happening.
-
- 23 Nov, 2021 4 commits
-
-
Pascal Palenda authored
Delay the inclusion of the helper function to after the patch is applied. Otherwise in the initial CMake run, the unpatched version will be used. This in turn may lead to issues.
-
Pascal Palenda authored
-
Pascal Palenda authored
When the source files get added in the same CMakeLists.txt where the target gets defined, the path to the source files is relative (If not explicitly done in the CMakeLists.txt). This patch fixes this issue, as these relative paths are already what is needed for the folders.
-
Pascal Palenda authored
-
- 11 Nov, 2021 2 commits
-
-
Philipp Schäfer authored
-
Philipp Schäfer authored
-
- 09 Nov, 2021 2 commits
-
-
Philipp Schäfer authored
-
Philipp Schäfer authored
-
- 30 Sep, 2021 2 commits
-
-
Philipp Schäfer authored
-
Philipp Schäfer authored
-
- 29 Sep, 2021 3 commits
-
-
Pascal Palenda authored
-
Philipp Schäfer authored
-
Philipp Schäfer authored
-
- 28 Sep, 2021 1 commit
-
-
Philipp Schäfer authored
-
- 24 Sep, 2021 1 commit
-
-
Pascal Palenda authored
This caused errors in VACore build. As new compilers support this, it is removed completely.
-
- 16 Sep, 2021 2 commits
-
-
Pascal Palenda authored
First, use the CMAKE_RUNTIME_OUTPUT_DIRECTORY variable to get the configuration dependant output folder. However, configure_file does not support generator expressions. Thus switch to file(GENERATE).
-
Pascal Palenda authored
The Visual studio generator is a multi config generator. This means, that form one project, e.g debug and release can be build. This caused issues, as the default behaviour is to append the configuration type to the output directory. Thus, dlls and required files were not copied to the right locations. By adding the generator expression '$<Config>' to the CMAKE_RUNTIME_OUTPUT_DIRECTORY path, the default appending behaviour is supressed and every configuration uses its own output folder. The dlls and required files can then be copied in the correct folder for each configuration.
-
- 03 Sep, 2021 1 commit
-
-
Pascal Palenda authored
-
- 30 Aug, 2021 5 commits
-
-
Pascal Palenda authored
-
Pascal Palenda authored
-
Pascal Palenda authored
-
Pascal Palenda authored
-
Pascal Palenda authored
-
- 27 Aug, 2021 4 commits
-
-
Pascal Palenda authored
-
Pascal Palenda authored
-
Pascal Palenda authored
-
Pascal Palenda authored
-
- 25 Aug, 2021 3 commits
-
-
Philipp Schäfer authored
-
Philipp Schäfer authored
-
Philipp Schäfer authored
-