Skip to content

lineCode/conan_build_helper

 
 

Repository files navigation

About

The python_requires feature is a very convenient way to share files and code between different recipes.

See:

Usage

from conans import python_requires

# ...

conan_build_helper = python_requires("conan_build_helper/VERSION_HERE@conan/stable")

class my_conan_project(conan_build_helper.CMakePackage):
    # ...

Build

CONAN_REVISIONS_ENABLED=1 \
CONAN_VERBOSE_TRACEBACK=1 \
CONAN_PRINT_RUN_COMMANDS=1 \
CONAN_LOGGING_LEVEL=10 \
GIT_SSL_NO_VERIFY=true \
    cmake -E time \
      conan create . conan/stable

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%