Skip to content

Commit

Permalink
[Vt] Remove double-conversion references from cmake.
Browse files Browse the repository at this point in the history
Vt now uses Tf's StreamOut types instead of using
double conversion directly.

Fixes #175

(Internal change: 1724446)
  • Loading branch information
superfunc authored and pixar-oss committed Mar 15, 2017
1 parent 9009b4f commit 6d8a535
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pxr/base/lib/vt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ pxr_shared_library(vt
gf
tracelite
${Boost_PYTHON_LIBRARY}
${DOUBLE_CONVERSION_LIBRARY}
${TBB_tbb_LIBRARY}
${TBB_tbbmalloc_LIBRARY}

INCLUDE_DIRS
${Boost_INCLUDE_DIRS}
${DOUBLE_CONVERSION_INCLUDE_DIR}
${TBB_INCLUDE_DIRS}

PUBLIC_CLASSES
Expand Down

0 comments on commit 6d8a535

Please sign in to comment.