Skip to content

Commit 5384fbf

Browse files
committed
debugging output on CMakeLists
1 parent 486c9e4 commit 5384fbf

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 @@ function(bundle_static_library name deps)
163163
VERBATIM
164164
)
165165
else()
166-
message(FATAL_ERROR "Unknown bundling!")
166+
message(FATAL_ERROR "Unknown bundling for C compiler ${CMAKE_C_COMPILER_ID}!")
167167
endif()
168168

169169
add_custom_target(bundling_target ALL DEPENDS ${tgt_full_name})

0 commit comments

Comments
 (0)