We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f539f commit 7d30f0eCopy full SHA for 7d30f0e
CMakeLists.txt
@@ -163,7 +163,7 @@ if(WIN32)
163
message("Target platform: Win32 " ${ARCH} ". Windows SDK Version: " ${WINDOWS_SDK_VERSION})
164
endif()
165
if(WINDOWS_SDK_BIN_DIR)
166
- message("Windows SDK bin directory: " ${WINDOWS_SDK_BIN_DIR})
+ message(STATUS "Windows SDK bin directory: " ${WINDOWS_SDK_BIN_DIR})
167
168
else()
169
if(${CMAKE_SYSTEM_NAME} STREQUAL "Android")
0 commit comments