Skip to content

Commit 9507df8

Browse files
committed
Check platform
1 parent 49ea7ce commit 9507df8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/third_party/ffmpeg/multi/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ elseif(MSVC)
163163
DOWNLOAD_DIR "${CMAKE_CURRENT_SOURCE_DIR}/src"
164164
)
165165
else()
166-
message(FATAL_ERROR "Unsupported platform.")
166+
message(FATAL_ERROR "Unsupported platform: ${CMAKE_SYSTEM_NAME}")
167167
endif()
168168

169169
FetchContent_MakeAvailable(f4 f5 f6 f7 f8)

0 commit comments

Comments
 (0)