summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use centralized cmake versionMichele Calgaro2024-03-151-6/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-051-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Use TDE cmake macro to set versionMichele Calgaro2022-06-211-1/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-031-1/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Raise the minimum required version of CMake to 2.8.12.Slávek Banko2021-01-181-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Enable kig python scripting for cmake build.Ray-V2020-03-291-5/+7
| | | | | | | | | | | | Fix detection of boost_python library for cmake build. Use find_package( Python COMPONENTS ... ) for CMake >= 3.12. Add WITH_KIG_PYTHON_SCRIPTING option. This resolves issue #6. Signed-off-by: Ray-V <[email protected]> Signed-off-by: gregory guy <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
* Conversion to the cmake building system.gregory guy2019-06-271-0/+121
Add includes to UI files to resolve FTBFS. Signed-off-by: gregory guy <[email protected]> Signed-off-by: Slávek Banko <[email protected]>