summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Remove #pragma omp from definition of structure in the header file.Slávek Banko2021-08-291-9/+5
| | | | | | | | Use #pragma omp relates to code blocks, which is usually not the case of the header files. Therefore, use in the definition of structure seems incorrect and may cause FTBFS with some OpenMP implementations. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Conversion to the cmake building system.gregory guy2021-08-251-0/+80
Signed-off-by: gregory guy <gregory-tde@laposte.net> some fixes and improvements. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>