Skip to content

Commit 38639a0

Browse files
committed
fix test-api-fill c++ compilation
1 parent ccbc8ae commit 38639a0

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
@@ -175,7 +175,7 @@ endif()
175175
if(MI_USE_CXX)
176176
message(STATUS "Use the C++ compiler to compile (MI_USE_CXX=ON)")
177177
set_source_files_properties(${mi_sources} PROPERTIES LANGUAGE CXX )
178-
set_source_files_properties(src/static.c test/test-api.c test/test-stress PROPERTIES LANGUAGE CXX )
178+
set_source_files_properties(src/static.c test/test-api.c test/test-api-fill test/test-stress PROPERTIES LANGUAGE CXX )
179179
if(CMAKE_CXX_COMPILER_ID MATCHES "AppleClang|Clang")
180180
list(APPEND mi_cflags -Wno-deprecated)
181181
endif()

0 commit comments

Comments
 (0)