Skip to content

Commit 3f150da

Browse files
matthewcpppixar-oss
authored andcommitted
2385894 deprecated the user of pxr_install_test_dir. This change addresses an invocation that was missed as part of the usage update.
(Internal change: 2386129)
1 parent f2731b1 commit 3f150da

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pxr/usd/sdr/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,10 @@ pxr_register_test(testSdrFilesystemDiscovery
7070
EXPECTED_RETURN_CODE 0
7171
)
7272

73-
pxr_install_test_dir(
74-
SRC testenv/testSdrShaderNodeQuery.testenv
75-
DEST testSdrShaderNodeQuery
76-
)
77-
7873
pxr_register_test(testSdrShaderNodeQuery
7974
PYTHON
8075
COMMAND "${CMAKE_INSTALL_PREFIX}/tests/testSdrShaderNodeQuery"
76+
TESTENV testenv/testSdrShaderNodeQuery.testenv
8177
ENV
8278
PXR_SDR_SKIP_DISCOVERY_PLUGIN_DISCOVERY=1
8379
PXR_SDR_SKIP_PARSER_PLUGIN_DISCOVERY=1

0 commit comments

Comments
 (0)