blob: d62ece2ec4167787d619262f8d1347955abb23a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/examples/python/CMakeLists.txt b/examples/python/CMakeLists.txt
index 7599164..8457490 100644
--- a/examples/python/CMakeLists.txt
+++ b/examples/python/CMakeLists.txt
@@ -214,7 +214,7 @@ if(CORE_BUILD)
@ONLY
)
- set(python_location1 ${PYTHON_INSTDIR})
+ set(python_location1)
set(python_location2)
set(python_location3)
set(python_location4)
|