We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c78b96 commit 16de9efCopy full SHA for 16de9ef
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