Skip to content

Commit

Permalink
Fix cmake part 2
Browse files Browse the repository at this point in the history
Change back from 'python3' to 'python3x'
  • Loading branch information
royfalk committed Dec 14, 2024
1 parent cbbe29a commit f1448dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ IF (USE_SYSTEM_BOOST)

UNSET(Boost_${BOOST_PYTHON_COMPONENT}_FOUND)
MESSAGE("++ Looking for System Boost::python")
FIND_PACKAGE(Boost COMPONENTS python3 json log log_setup date_time system filesystem thread chrono atomic REQUIRED)
FIND_PACKAGE(Boost COMPONENTS ${BOOST_PYTHON_COMPONENT} json log log_setup date_time system filesystem thread chrono atomic REQUIRED)
IF (Boost_python3_FOUND)
MESSAGE("++ Found System Boost::python3 : ${Boost_PYTHON3_LIBRARY}")
ELSEIF (Boost_${BOOST_PYTHON_COMPONENT}_FOUND)
Expand Down

0 comments on commit f1448dc

Please sign in to comment.