mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-01 21:58:55 +08:00
be456649fd
* [yaml-cpp] update to 0.7.0 * [opencolorio] update to 2.0.1 * [openimageio] Update to 2.2.17.0 * [pystring] move header to pystring subfolder * add version files
14 lines
522 B
Diff
14 lines
522 B
Diff
diff --git a/share/cmake/modules/Findpystring.cmake b/share/cmake/modules/Findpystring.cmake
|
|
index a3e396de..4022ddf5 100644
|
|
--- a/share/cmake/modules/Findpystring.cmake
|
|
+++ b/share/cmake/modules/Findpystring.cmake
|
|
@@ -50,7 +50,7 @@ if(NOT OCIO_INSTALL_EXT_PACKAGES STREQUAL ALL)
|
|
# Find library
|
|
find_library(pystring_LIBRARY
|
|
NAMES
|
|
- ${_pystring_STATIC} pystring
|
|
+ ${_pystring_STATIC} pystring libpystring
|
|
HINTS
|
|
${_pystring_SEARCH_DIRS}
|
|
PATH_SUFFIXES
|