We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c78b96 + 1eb3581 commit 97a188eCopy full SHA for 97a188e
CMakeLists.txt
@@ -82,6 +82,8 @@ set(GZ_UTILS_VER ${gz-utils2_VERSION_MAJOR})
82
gz_find_package(gz-math7 REQUIRED)
83
set(GZ_MATH_VER ${gz-math7_VERSION_MAJOR})
84
85
+find_package(Python3 REQUIRED COMPONENTS Interpreter)
86
+
87
#--------------------------------------
88
# Find if command is available. This is used to enable tests.
89
# Note that CLI files are installed regardless of whether the dependency is
0 commit comments