Skip to content

Commit

Permalink
Makes install dirs relative to PREFIX.
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-caldas committed May 23, 2024
1 parent a86c684 commit 44e09cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ if (OGREDEPS_BUILD_SHADERC)

set( SHADERC_CMAKE_ARGS
"-DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_INSTALL_PREFIX}"
"-DCMAKE_INSTALL_LIBDIR:PATH=${CMAKE_INSTALL_PREFIX}/lib/${WIN32_CONFIGURATIONSTR}"
"-DCMAKE_INSTALL_BINDIR:PATH=${CMAKE_INSTALL_PREFIX}/bin/${WIN32_CONFIGURATIONSTR}"
"-DCMAKE_INSTALL_LIBDIR:PATH=lib/${WIN32_CONFIGURATIONSTR}"
"-DCMAKE_INSTALL_BINDIR:PATH=bin/${WIN32_CONFIGURATIONSTR}"
"-DSHADERC_ENABLE_SHARED_CRT=ON"
"-DSHADERC_SKIP_INSTALL=OFF"
"-DSHADERC_SKIP_TESTS=ON"
Expand Down

0 comments on commit 44e09cf

Please sign in to comment.