We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448003b commit 0345ddcCopy full SHA for 0345ddc
applications/CMakeLists.txt
@@ -5,7 +5,7 @@ add_subdirectory(sam)
5
add_subdirectory(script)
6
7
# Edit python scripts if the host is built with python3
8
-if(${TUTTLE_PYTHON_VERSION} VERSION_GREATER "3")
+if(${TUTTLE_PYTHON_VERSION} and ${TUTTLE_PYTHON_VERSION} VERSION_GREATER "3")
9
set(BASH_PYTHON2 "#!/usr/bin/env python")
10
set(BASH_PYTHON3 "#!/usr/bin/env python3")
11
0 commit comments