Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
2 additions
and
2 deletions.
-
+2
−2
cmake/FindSIP.py
|
@@ -39,7 +39,7 @@ |
|
|
print("sip_bin:%s" % sipcfg.sip_bin) |
|
|
print("default_sip_dir:%s" % sipcfg.default_sip_dir) |
|
|
print("sip_inc_dir:%s" % sipcfg.sip_inc_dir) |
|
|
if sipcfg.sip_version >= int('04130a', 16): |
|
|
if hasattr(sipcfg, "sip_mod_dir"): |
|
|
print("sip_mod_dir:%s" % sipcfg.sip_mod_dir) |
|
|
else: |
|
|
print("sip_module_dir:%s" % sipcfg.sip_module_dir) |
|
|
print("sip_mod_dir:%s" % sipcfg.sip_module_dir) |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
This comment has been minimized.
d1aa949
thanks!