Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pxrConfig - fix to maintain separator in libs #221

Merged

Conversation

pmolodo
Copy link
Contributor

@pmolodo pmolodo commented Jun 13, 2017

Description of Change(s)

There's an error in the pxrConfig.cmake.in, which causes cmake warnings when compiling against USD.

Included Commit(s)

Fixes Issue(s)

  • When compiling against usd, was getting errors like this:

    CMake Warning (dev) at USD_DIR/pxrConfig.cmake:14 (get_target_property):
      Policy CMP0045 is not set: Error on non-existent target in
      get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
      Use the cmake_policy command to set the policy and suppress this warning.
    
      get_target_property() called with non-existent target
      "archtfgfjstraceliteworkplugvtarkindsdfpcpusdusdAiusdGeomusdLuxusdShadeusdHydrausdRiusdUIusdUtilsusdAbcgarchhfcameraUtilpxOsdglfhdhdSthdxhdStreamusdImagingusdImagingGLusdviewq".
    Call Stack (most recent call first):
      cmake/ALConfig.cmake:2 (include)
      CMakeLists.txt:3 (include)
    This warning is for project developers.  Use -Wno-dev to suppress it.
    

When compiling against usd, was getting errors like this:

CMake Warning (dev) at USD_DIR/pxrConfig.cmake:14 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target
  "archtfgfjstraceliteworkplugvtarkindsdfpcpusdusdAiusdGeomusdLuxusdShadeusdHydrausdRiusdUIusdUtilsusdAbcgarchhfcameraUtilpxOsdglfhdhdSthdxhdStreamusdImagingusdImagingGLusdviewq".
Call Stack (most recent call first):
  cmake/ALConfig.cmake:2 (include)
  CMakeLists.txt:3 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

This fix will eliminate this bug in pxrConfig.cmake
@jtran56
Copy link

jtran56 commented Jun 14, 2017

Filed as internal issue #147575.

@pixar-oss pixar-oss merged commit 2e51d1b into PixarAnimationStudios:dev Jun 23, 2017
pixar-oss added a commit that referenced this pull request Jun 23, 2017
pxrConfig - fix to maintain separator in libs
@pmolodo pmolodo deleted the pxrConfig_separator_fix branch March 12, 2019 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants