Skip to content

Commit

Permalink
Fixed USD Windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Mar 7, 2024
1 parent 8d26d75 commit c82240c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion etc/SuperBuild/cmake/Modules/BuildUSD.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ if(CMAKE_OSX_DEPLOYMENT_TARGET)
list(APPEND USD_ARGS MaterialX,"-DCMAKE_OSX_DEPLOYMENT_TARGET=${CMAKE_OSX_DEPLOYMENT_TARGET}")
#list(APPEND USD_ARGS TBB,"CFLAGS=-mmacosx-version-min=${CMAKE_OSX_DEPLOYMENT_TARGET} CXXFLAGS=-mmacosx-version-min=${CMAKE_OSX_DEPLOYMENT_TARGET}")
endif()
list(APPEND USD_ARGS --cmake-build-args "-G Ninja" --no-python --no-examples --no-tutorials --no-tools)
if (UNIX)
list(APPEND USD_ARGS --cmake-build-args "-G Ninja")
endif()
list(APPEND USD_ARGS --no-python --no-examples --no-tutorials --no-tools)
list(APPEND USD_ARGS --verbose)

set(USD_INSTALL_COMMAND )
Expand Down

0 comments on commit c82240c

Please sign in to comment.