Skip to content

Commit 5629996

Browse files
committed
further specifcy cmake
1 parent d7aaf0f commit 5629996

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ jobs:
7676
CPATH=/{project}/extern/include
7777
LIBRARY_PATH=/{project}/extern/lib
7878
LD_LIBRARY_PATH=/{project}/extern/lib
79+
GEOS_LIBRARY=/{project}/extern/lib/libgeos.so
80+
GEOS_INCLUDE_DIR=/{project}/extern/include
81+
CMAKE_PREFIX_PATH=/{project}/extern
7982
SETUPTOOLS_USE_DISTUTILS=stdlib
8083
CIBW_TEST_COMMAND: >
8184
cd {project}

0 commit comments

Comments
 (0)