Skip to content

Commit f0e5fde

Browse files
alvasMancodebot
authored andcommitted
cmake: small tweak to adding plugin message
1 parent 4431135 commit f0e5fde

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
@@ -442,7 +442,7 @@ if (ENABLE_PLUGINS)
442442
foreach(subdir ${SUBDIRS})
443443
# Check if it's a directory and contains a CMakeLists.txt file
444444
if(IS_DIRECTORY ${CMAKE_SOURCE_DIR}/${subdir} AND EXISTS ${CMAKE_SOURCE_DIR}/${subdir}/CMakeLists.txt)
445-
message(STATUS "Adding subdirectory: ${subdir}")
445+
message(STATUS "Adding plugin: ${subdir}")
446446
add_subdirectory(${subdir})
447447
endif()
448448
endforeach()

0 commit comments

Comments
 (0)