Skip to content

Commit

Permalink
HYDRA-1057 : Conditional compilation of test anonymous namespace for …
Browse files Browse the repository at this point in the history
…Linux
  • Loading branch information
debloip-adsk committed Jul 17, 2024
1 parent 00d4169 commit 1c366dc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ using namespace MayaHydra;

namespace {

#if PXR_VERSION >= 2403
const std::string kStageUfePathSegment = "|GeomSubsetsPickingTestScene|GeomSubsetsPickingTestSceneShape";

const std::string kCubeMeshUfePathSegment = "/Root/CubeMeshXform/CubeMesh";
Expand Down Expand Up @@ -136,6 +137,7 @@ void testGeomSubsetHighlight(const Ufe::Path& geomSubsetPath)
EXPECT_NE(foundSelectedPrimPath, selectedPrimPaths.end());
}
}
#endif

} // namespace

Expand Down

0 comments on commit 1c366dc

Please sign in to comment.