Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « pyhelpers - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c6f92447f7c5a88cfc921d549c7c4ad4ffb84615 (plain)
1
2
3
4
5
if (NOT PYBINDINGS_VERSION)
    message(FATAL_ERROR "You need to specify PYBINDINGS_VERSION to build PYBINDINGS")
endif()

configure_file(module_version.hpp.in module_version.hpp)