Skip to content

Commit

Permalink
PYTHON: Do not need development, only interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Apr 9, 2024
1 parent 096492e commit eb15beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/seacas/scripts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ENDIF()
ASSERT_DEFINED(${PROJECT_NAME}_ENABLE_SEACASExodus)
ASSERT_DEFINED(BUILD_SHARED_LIBS)
IF (${PROJECT_NAME}_ENABLE_SEACASExodus)
find_package(Python COMPONENTS Interpreter Development)
find_package(Python COMPONENTS Interpreter)
IF (${Python_FOUND})
message(STATUS "Found python version ${Python_VERSION}")
IF (${Python_VERSION} VERSION_LESS "3.0")
Expand Down

0 comments on commit eb15beb

Please sign in to comment.