DGA-MI-SSI / YaCo

YaCo is an Hex-Rays IDA plugin. When enabled, multiple users can work simultaneously on the same binary. Any modification done by any user is synchronized through git version control.
GNU General Public License v3.0
313 stars 36 forks source link

Find Python 2.7 interpreter as required (no fork, no pull request, great job btw) #32

Closed iNod3 closed 6 years ago

iNod3 commented 6 years ago
@@ -246,7 +248,7 @@ add_yatools_py(32)
 add_yatools_py(64)

 # testdata
-find_package(PythonInterp)
+find_package(PythonInterp 2.7 REQUIRED)
 function(make_testdata dst dir dll idaq)
     set(dst_ ${${dst}})
     set(output "${root_dir}/testdata/${dir}/database/database.yadb")
bamiaux commented 6 years ago

Thanks, python 2.7 is indeed required