Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengtuggy committed Dec 2, 2023
1 parent 306246e commit 296dbbc
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 @@ -502,7 +502,7 @@ IF (USE_SYSTEM_BOOST)
ENDIF (Boost_1_67_Or_Later_Result)
UNSET(Boost_1_67_Or_Later_Result)

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

0 comments on commit 296dbbc

Please sign in to comment.