Lines Matching refs:version
4 Subject: [PATCH] detect.py: fix the ZMQ version check to the ZMQ version of
8 retrieve a version string for the installed ZMQ library, but if the cross
13 the library version inside buildroot but with the library from the
14 host, possibly returning a wrong version number.
16 Instead of trying to run the compiled test program to get the version
17 dynamically, return the version of the buildroot environment.
19 Written by Michael Rommel, modified for version 16.0.2 by Lionel
22 Modified for version 18.0.2 by Asaf Kahlon
24 Modified for version 24.0.1 by James Hilliard
52 - msg = f"Error running version detection script:\n{so}\n{se}"
57 + # msg = f"Error running version detection script:\n{so}\n{se}"