Removed unneeded cmake variables due to that umbrella handles them correctly.

Requires testing.
This commit is contained in:
Brian Munro
2019-02-12 21:37:41 +02:00
parent 956d481ca4
commit 30ab7b8e14
3 changed files with 2 additions and 11 deletions
+1 -2
View File
@@ -34,8 +34,7 @@ ADD_DEFINITIONS(-DUNICODE -D_UNICODE)
INCLUDE_DIRECTORIES(${project_path}/uibase/src
${project_path}/plugin_python/src/runner/
${PYTHON_ROOT}/Include
${PYTHON_ROOT}/PC)
${PYTHON_ROOT}/Include)
LINK_DIRECTORIES(${lib_path})