Skip to content

Commit

Permalink
Test for mayausdAPI is required only if it was found during compile t…
Browse files Browse the repository at this point in the history
…ime.
  • Loading branch information
lanierd-adsk committed Jan 25, 2024
1 parent 8071d12 commit fd44b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(TEST_SCRIPT_FILES
testNewSceneWithStage.py
testDirectionalLights.py
testFlowViewportAPI.py
testMayaUsdAPIUsage.py
$<$<BOOL:${MAYAUSDAPI_LIBRARY}>:testMayaUsdAPIUsage.py> #add this test only if the MAYAUSDAPI_LIBRARY has been found during compile time.
cpp/testColorPreferences.py
cpp/testCppFramework.py
cpp/testMayaSceneFlattening.py
Expand Down

0 comments on commit fd44b97

Please sign in to comment.