@@ -87,10 +87,10 @@ if(OPENEXR_BUILD_TOOLS AND OPENEXR_BUILD_LIBS)
8787 add_subdirectory (src/bin)
8888endif ()
8989
90- # Tell CMake where to find the OpenEXRConfig.cmake file. Makes it possible to call
90+ # Tell CMake where to find the OpenEXRConfig.cmake file. Makes it possible to call
9191# find_package(OpenEXR) in downstream projects
9292set (OpenEXR_DIR "${CMAKE_CURRENT_BINARY_DIR} /cmake" CACHE PATH "" FORCE)
93- # Add an empty OpenEXRTargets.cmake file for the config to use.
93+ # Add an empty OpenEXRTargets.cmake file for the config to use.
9494# Can be empty since we already defined the targets in add_subdirectory
9595file (WRITE "${CMAKE_CURRENT_BINARY_DIR} /cmake/OpenEXRTargets.cmake" "# Dummy file" )
9696
@@ -102,7 +102,7 @@ endif()
102102# upload the results, cmake has builtin support for
103103# submitting to CDash, or any server who speaks the
104104# same protocol
105- #
105+ #
106106# These settings will need to be set for your environment,
107107# and then a script such as the example in
108108#
@@ -113,7 +113,7 @@ endif()
113113# cmake -S cmake/SampleCTestScript.cmake
114114#
115115# [or whatever you name the file you edit]
116- #
116+ #
117117#set(CTEST_PROJECT_NAME "OpenEXR")
118118#set(CTEST_NIGHTLY_START_TIME "01:01:01 UTC")
119119#set(CTEST_DROP_METHOD "http") # there are others...
0 commit comments