diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d0894ced..d76298c43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.15) -include(cmake/vcpkg_setup.cmake) +# include(cmake/vcpkg_setup.cmake) project(${SKBUILD_PROJECT_NAME} LANGUAGES CXX VERSION ${SKBUILD_PROJECT_VERSION}) find_package(Python COMPONENTS Interpreter Development.Module) diff --git a/mapnik/paths.py b/mapnik/paths.py index 4cd1fa52d..07eac3db4 100644 --- a/mapnik/paths.py +++ b/mapnik/paths.py @@ -1,6 +1,6 @@ import os -mapniklibpath = os.path.join(os.path.dirname(os.path.realpath(__file__)), "lib") +mapniklibpath = os.path.join(os.path.dirname(os.path.realpath(__file__)), '..', '..', '..') inputpluginspath = os.path.join(mapniklibpath, 'mapnik', 'input') fontscollectionpath = os.path.join(mapniklibpath, 'mapnik', 'fonts')