Skip to content

Commit

Permalink
use VCPKG_TARGET_IS_WINDOWS
Browse files Browse the repository at this point in the history
  • Loading branch information
ousttrue committed Sep 25, 2020
1 parent ec9af15 commit 3891bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/usd/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ vcpkg_find_acquire_program(PYTHON2)
get_filename_component(PYTHON2_DIR "${PYTHON2}" DIRECTORY)
vcpkg_add_to_path("${PYTHON2_DIR}")

IF (WIN32)
IF (VCPKG_TARGET_IS_WINDOWS)
ELSE()
file(REMOVE ${SOURCE_PATH}/cmake/modules/FindTBB.cmake)
ENDIF()
Expand Down

0 comments on commit 3891bd6

Please sign in to comment.