summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* SunOS cosmetic changesDenis Kozadaev2023-06-011-0/+1
| | | | Signed-off-by: Denis Kozadaev <[email protected]>
* fix FTBFS when aRts support is not available from tdelibs.gregory guy2021-12-131-10/+7
| | | | | Signed-off-by: gregory guy <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
* Fix boost_python library detection on CentOS 8François Andriot2020-05-101-0/+7
| | | | Signed-off-by: François Andriot <[email protected]>
* Enable kig python scripting for cmake build.Ray-V2020-03-291-22/+55
| | | | | | | | | | | | 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]>
* add missing definition:gregory guy2019-07-091-0/+19
| | | | | | | - HAVE_STDINT_H (needed for kiten) - TIMEZONE_IS_INT (needed for kstars) Signed-off-by: gregory guy <[email protected]>
* Conversion to the cmake building system.gregory guy2019-06-271-0/+83
Add includes to UI files to resolve FTBFS. Signed-off-by: gregory guy <[email protected]> Signed-off-by: Slávek Banko <[email protected]>