summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Detect the presence of the sys/io.h header and the ioperm functionSlávek Banko2020-03-301-0/+6
| | | | | | | instead of listing a long list of architectures. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ef92c2b00d6b9085b392da3708d2e6a7aabdb65e)
* Enable kig python scripting for cmake build.Ray-V2020-03-291-0/+3
| | | | | | | | | | | | | 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 <ray-v@inbox.lv> Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 324c040645bcaa127717113a4a6cf6cf8693f938)
* add missing definition:gregory guy2019-07-091-0/+6
| | | | | | | | - HAVE_STDINT_H (needed for kiten) - TIMEZONE_IS_INT (needed for kstars) Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 644ddeda0885e965a829267f29e6138afed3e1fd)
* Conversion to the cmake building system.gregory guy2019-06-281-0/+23
Add includes to UI files to resolve FTBFS. Signed-off-by: gregory guy <g-gregory@gmx.fr> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d4a1613e9f119ae68c695ab60f8d9856d1a54a52)