Skip to content

Commit 8cf4f83

Browse files
committed
improve info print
1 parent 6f698b8 commit 8cf4f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ if(CUDA_FOUND)
217217
endif(OptiX_FOUND)
218218
endif(CUDA_FOUND)
219219

220-
message(STATUS "${BoldCyan}Components build:${ColourReset}")
220+
message(STATUS "${BoldCyan}Components being built:${ColourReset}")
221221
foreach(LIBRARY ${RMAGINE_LIBRARIES})
222222
message(STATUS "- ${BoldGreen}${LIBRARY}${ColourReset}")
223223
endforeach()

0 commit comments

Comments
 (0)