- 24 Dec, 2018 1 commit
-
-
Yuri Chornoivan authored
BUG: 351473 Differential Revision: https://phabricator.kde.org/D17696
-
- 06 Aug, 2013 1 commit
-
-
David Narváez authored
1. Return compile check (see BoostPython_TRY_COMPILE() macro), it's needed for some cases. Say, default Python in system is Python 3.3, and it gets picked up. But Boost 1.53 python library could not work with it and requires Python 2.x. Without compile check you'll pick up uncompatible Python version. 2. find_package(PkgConfig) moved under corresponding if(...) and if(PKG_CONFIG_FOUND) is checked after. While it's spread enough, there is no guarantee you'll have pkg-config on that system. Also, PYTHON_VERSIONS moved closer to the scope where it's used to improve readability. 3. Use standard CMake find_package_handle_standard_args() and cmake_push_check_state()/cmake_pop_check_state() instead of rolling own equivalent logic. The latter logic was ever wrong, making HAVE_BOOST_SHARED_PTR_HPP check fail. 4. BoostPython_INCLUDE_DIRS and BoostPython_LIBRARIES are saved in cache, as other CMake modules do. This unbreaks the situation when CMake detects that it should be re-run (for example, some CMakeLists.txt file was modified), and runs through modules again - in this case, if BoostPython_INCLUDE_DIRS and BoostPython_LIBRARIES are not in cache, all tests will be run again, and probably fail now. BUG: 320807 FIXED-IN: 4.12 REVIEW: 110954
-
- 05 Aug, 2013 1 commit
-
-
David Narváez authored
Polish FindBoostPython.cmake from CMake's point of view: * Use BoostPython_ prefix instead of BOOST_PYTHON_ (BOOSTPYTHON_ is also acceptable but is unreadable); * Remove extra call to find_package(BoostPython); * Replace macro_optional_find_package() with simple find_package(), CMake has CMAKE_DISABLE_FIND_PACKAGE_Foo feature for a while. This is a first patch of a bigger set, containing only minor fixes. CCBUG: 320807 REVIEW: 110953
-
- 02 Apr, 2013 1 commit
-
-
David Narváez authored
on CMake and PkgConfig
-
- 09 Feb, 2011 1 commit
-
-
Maurizio Paolini authored
to allow independent build of kig svn path=/trunk/KDE/kdeedu/kig/; revision=1219617
-