CMake: Modernize build files using outdated Python variables.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
# ***************************************************************************/
|
||||
|
||||
include_directories(
|
||||
${PYTHON_INCLUDE_DIRS}
|
||||
${Python3_INCLUDE_DIRS}
|
||||
${QtCore_INCLUDE_DIRS}
|
||||
${ZIPIOS_INCLUDES}
|
||||
)
|
||||
|
||||
@@ -25,7 +25,7 @@ include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${Boost_INCLUDE_DIRS}
|
||||
${COIN3D_INCLUDE_DIRS}
|
||||
${PYTHON_INCLUDE_DIRS}
|
||||
${Python3_INCLUDE_DIRS}
|
||||
${QtCore_INCLUDE_DIRS}
|
||||
${QtSvg_INCLUDE_DIRS}
|
||||
${QtUiTools_INCLUDE_DIRS}
|
||||
|
||||
Reference in New Issue
Block a user