Skip to content

Commit b0cee36

Browse files
committed
fix build
Signed-off-by: Anton Dukhovnikov <antond@wetafx.co.nz>
1 parent 9affe9c commit b0cee36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_scripts/install_aces_container.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ else
1515
cmake \
1616
-S ../aces_container \
1717
-B ../aces_container/build \
18-
-DCMAKE_INSTALL_PREFIX=".." \
18+
-DCMAKE_INSTALL_PREFIX="../aces_container" \
1919
-DBUILD_SHARED_LIBS=OFF
2020
cmake --build ../aces_container/build --config Release
2121
cmake --install ../aces_container/build --config Release

configure.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_INSTALL_PREFIX}/lib/CMake")
44

55
message("CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}")
66
message("CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}")
7-
7+
message("CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH}")
88

99
find_package ( OpenImageIO CONFIG REQUIRED )
1010
find_package ( AcesContainer CONFIG REQUIRED )

0 commit comments

Comments
 (0)