Skip to content

Commit 7d30f0e

Browse files
CMake: minor update to Windows bin directory log output
1 parent 10f539f commit 7d30f0e

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
@@ -163,7 +163,7 @@ if(WIN32)
163163
message("Target platform: Win32 " ${ARCH} ". Windows SDK Version: " ${WINDOWS_SDK_VERSION})
164164
endif()
165165
if(WINDOWS_SDK_BIN_DIR)
166-
message("Windows SDK bin directory: " ${WINDOWS_SDK_BIN_DIR})
166+
message(STATUS "Windows SDK bin directory: " ${WINDOWS_SDK_BIN_DIR})
167167
endif()
168168
else()
169169
if(${CMAKE_SYSTEM_NAME} STREQUAL "Android")

0 commit comments

Comments
 (0)