mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:09:01 +08:00
b934807c79
* [openImageIO] update to 2.3.10.1 * update versions * update version * update patch * update version * update patch * update patch * update version
14 lines
512 B
Diff
14 lines
512 B
Diff
diff --git a/src/cmake/Config.cmake.in b/src/cmake/Config.cmake.in
|
|
index b498ece..fb45388 100644
|
|
--- a/src/cmake/Config.cmake.in
|
|
+++ b/src/cmake/Config.cmake.in
|
|
@@ -30,7 +30,7 @@ endif ()
|
|
#...logic to determine installedPrefix from the own location...
|
|
#set (@PROJECT_NAME@_CONFIG_DIR "${installedPrefix}/@CONFIG_INSTALL_DIR@")
|
|
|
|
-include ("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
|
|
+include("${CMAKE_CURRENT_LIST_DIR}/OpenImageIOTargets.cmake")
|
|
|
|
check_required_components ("@PROJECT_NAME@")
|
|
|