Skip to content

Commit

Permalink
Fix FindHalf.cmake documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Dolan <[email protected]>
  • Loading branch information
michdolan committed May 17, 2020
1 parent 5a99141 commit f52d975
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions share/cmake/modules/FindHalf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
#
# By default, the dynamic libraries of ilmbase will be found. To find the
# static ones instead, you must set the Half_STATIC_LIBRARY variable to
# TRUE before calling find_package(IlmBase ...).
# TRUE before calling find_package(Half ...).
#
# If ilmbase is not installed in a standard path, you can use the
# If IlmBase is not installed in a standard path, you can use the
# Half_ROOT variable to tell CMake where to find it. If it is not found
# and OCIO_INSTALL_EXT_PACKAGES is set to MISSING or ALL, ilmbase will be
# and OCIO_INSTALL_EXT_PACKAGES is set to MISSING or ALL, IlmBase will be
# downloaded, built, and statically-linked into libOpenColorIO at build time.
#

Expand Down

0 comments on commit f52d975

Please sign in to comment.