File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ if (${PLATFORM} STREQUAL "WINDOWS")
58
58
set_target_properties (opengl32 PROPERTIES IMPORTED_LOCATION ${CMAKE_SOURCE_DIR} /pre-built/windows/libx64/OpenGL32.Lib )
59
59
60
60
set (LIB_DIR
61
- ${CMAKE_SOURCE_DIR} /vcpkg_installed/${VCPKG_TARGET_TRIPLET}-windows-static /lib
61
+ ${CMAKE_SOURCE_DIR} /vcpkg_installed/${VCPKG_TARGET_TRIPLET}/lib
62
62
${CMAKE_SOURCE_DIR} /pre-built/windows/libx64
63
63
)
64
64
set (ALL_COMPILER_ARGS
@@ -67,7 +67,7 @@ if (${PLATFORM} STREQUAL "WINDOWS")
67
67
/std:c++17
68
68
)
69
69
set (OS_SPECIFIC_INCLUDES
70
- vcpkg_installed/${VCPKG_TARGET_TRIPLET}-windows-static /include
70
+ vcpkg_installed/${VCPKG_TARGET_TRIPLET}/include
71
71
)
72
72
set (OS_SPECIFIC_LIBRARY_NAMES
73
73
Advapi32 Ws2_32 glew32 freetype libpng16 libxml2 opengl32 netCDF::netcdf
Original file line number Diff line number Diff line change @@ -77,3 +77,5 @@ VCPKG_ROOT = "{project}/vendor/vcpkg"
77
77
78
78
[tool .cibuildwheel .linux ]
79
79
before-all = " yum install -y perl perl-IPC-Cmd zip"
80
+ # manylinux-x86_64-image = "manylinux2014"
81
+ manylinux-x86_64-image = " manylinux_2_28"
You can’t perform that action at this time.
0 commit comments