CMake: Modernize build files using outdated Python variables.

This commit is contained in:
Joao Matos
2025-02-15 20:04:22 +00:00
committed by Chris Hennes
parent 146d8a356b
commit aace8f7bee
72 changed files with 113 additions and 124 deletions

View File

@@ -46,7 +46,7 @@ endif(WIN32)
if(NOT BUILD_DYNAMIC_LINK_PYTHON)
list(APPEND Google_Tests_LIBS
${PYTHON_LIBRARIES}
${Python3_LIBRARIES}
)
endif()
@@ -63,7 +63,7 @@ function(setup_qt_test)
if(NOT BUILD_DYNAMIC_LINK_PYTHON)
list(APPEND ${_testname}_LIBS
${PYTHON_LIBRARIES}
${Python3_LIBRARIES}
)
endif()