From d5f650771cda6587f140dd15b6768188fb3ea347 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Mon, 7 May 2018 09:12:39 +0200 Subject: Fix CMake usage of utils.py The file was moved, but the path was not adjusted. Change-Id: I80ea28e4238f9cf9d43db2f9e669d84d5eafaea6 Reviewed-by: Friedemann Kleint --- sources/shiboken2/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/shiboken2/CMakeLists.txt') diff --git a/sources/shiboken2/CMakeLists.txt b/sources/shiboken2/CMakeLists.txt index b65e32974..d499ffc22 100644 --- a/sources/shiboken2/CMakeLists.txt +++ b/sources/shiboken2/CMakeLists.txt @@ -43,7 +43,7 @@ macro(get_llvm_config) import os import sys sys.path.append(os.path.realpath(os.path.join('${CMAKE_CURRENT_LIST_DIR}', '..', '..'))) - from utils import findLlvmConfig + from build_scripts.utils import findLlvmConfig llvmConfig = findLlvmConfig() if llvmConfig: print(llvmConfig) -- cgit v1.2.3