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 @@ -82,6 +82,9 @@ else ()
8282 set ( DO_SHARED STATIC )
8383endif ()
8484
85+ set (CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} "${CMAKE_SOURCE_DIR} /build/vcpkg_installed/x64-windows/share/" )
86+ message (INFO " 1111 CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} " )
87+
8588include ( configure.cmake )
8689
8790# Include coverage support if enabled
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules/")
33set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_INSTALL_PREFIX} /share/CMake" )
44
55set (CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} "${CMAKE_SOURCE_DIR} /build/vcpkg_installed/x64-windows/share/" )
6-
7- message (INFO "CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} " )
6+ message (INFO " CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} " )
87
98find_package ( OpenImageIO CONFIG REQUIRED )
109find_package ( Eigen3 CONFIG REQUIRED )
You can’t perform that action at this time.
0 commit comments