Skip to content

Commit

Permalink
exr module update (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-z authored May 15, 2023
1 parent f17ce4c commit bb9655d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindOpenEXR.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# language governing permissions and limitations under the Apache License.
#

if (NOT CMAKE_SYSTEM_NAME STREQUAL "Windows")
if (NOT CMAKE_SYSTEM_NAME STREQUAL "Windows" AND HoudiniUSD_FOUND)
set(PATH_PARAMS NO_DEFAULT_PATH NO_SYSTEM_ENVIRONMENT_PATH)
endif()

Expand Down

0 comments on commit bb9655d

Please sign in to comment.