Skip to content

Commit

Permalink
Merge branch 'main' into python_gen
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcarroll authored Jul 10, 2023
2 parents e6d1dc6 + 16de9ef commit 5e87462
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ set(GZ_UTILS_VER ${gz-utils2_VERSION_MAJOR})
gz_find_package(gz-math7 REQUIRED)
set(GZ_MATH_VER ${gz-math7_VERSION_MAJOR})

find_package(Python3 REQUIRED COMPONENTS Interpreter)

#--------------------------------------
# Find if command is available. This is used to enable tests.
# Note that CLI files are installed regardless of whether the dependency is
Expand Down

0 comments on commit 5e87462

Please sign in to comment.