Skip to content

Commit

Permalink
Only find the Python development libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Nov 3, 2023
1 parent dbd2c6f commit 945bec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ find_package(OpenSSL REQUIRED)
find_package(Opus)
find_package(PhysX REQUIRED)
find_package(PNG REQUIRED)
find_package(Python3 3.8 REQUIRED COMPONENTS Interpreter Development)
find_package(Python3 3.8 REQUIRED COMPONENTS Development)
find_package(Speex)
find_package(string_theory 3.4 REQUIRED)
set(THREADS_PREFER_PTHREAD_FLAG TRUE)
Expand Down

0 comments on commit 945bec7

Please sign in to comment.