Skip to content

Commit

Permalink
fix usage error
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwang118 committed Nov 25, 2024
1 parent f1363c7 commit 34a5902
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ports/materialx/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ vcpkg_cmake_configure(
"-DMATERIALX_INSTALL_PYTHON:BOOL=NO"
"-DMATERIALX_TEST_RENDER:BOOL=NO"
"-DMATERIALX_WARNINGS_AS_ERRORS:BOOL=NO"
"-DMATERIALX_BUILD_RENDER=OFF "
MAYBE_UNUSED_VARIABLES
MATERIALX_PYTHON_LTO # Used when MATERIALX_BUILD_PYTHON=ON
)
Expand All @@ -55,8 +54,6 @@ file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/debug/include"

# MaterialXGenShader explicitely install resources
"${CURRENT_PACKAGES_DIR}/resources"
"${CURRENT_PACKAGES_DIR}/debug/resources"
"${CURRENT_PACKAGES_DIR}/include/MaterialXRender/External/OpenImageIO"

# Based on how OSL does it, it could be that those `.mdl` source would be better located inside `libraries/pbrlib/genmdl/**`
Expand Down

0 comments on commit 34a5902

Please sign in to comment.