Skip to content

Commit 7c47c16

Browse files
committed
cmake: remove trailing spaces
Cosmetic change, no change in functionality. Remove the trailing spaces in comments in `CMakeLists.txt` Signed-off-by: Reinhold Gschweicher <pyro4hell@gmail.com>
1 parent b893bda commit 7c47c16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ if(OPENEXR_BUILD_TOOLS AND OPENEXR_BUILD_LIBS)
8787
add_subdirectory(src/bin)
8888
endif()
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
9292
set(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
9595
file(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

Comments
 (0)