mirror of
https://github.com/ModOrganizer2/modorganizer-tool_configurator.git
synced 2026-07-27 14:03:25 -07:00
Python Path is passed by umbrella, so this is redundant
This commit is contained in:
@@ -10,10 +10,6 @@ SET(DEPENDENCIES_DIR CACHE PATH "")
|
||||
|
||||
LIST(APPEND CMAKE_PREFIX_PATH ${QT_ROOT}/lib/cmake)
|
||||
|
||||
#FILE(GLOB_RECURSE PYTHON_ROOT ${DEPENDENCIES_DIR}/Python*/python.vcxproj)
|
||||
FILE(GLOB_RECURSE PYTHON_ROOT ${DEPENDENCIES_DIR}/pyconfig.h.in)
|
||||
GET_FILENAME_COMPONENT(PYTHON_ROOT ${PYTHON_ROOT} DIRECTORY)
|
||||
|
||||
MESSAGE(${PYTHON_ROOT})
|
||||
|
||||
ADD_SUBDIRECTORY(src)
|
||||
|
||||
Reference in New Issue
Block a user