Skip to content

Commit 85f45f3

Browse files
committed
debug message for appveyor
1 parent be37811 commit 85f45f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/cpp/schema_specific/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ function( add_schema_dependent_test name sdai_lib exe_args )
1818

1919
add_executable( tst_${name} "${name}.cc" )
2020
set_target_properties( tst_${name} PROPERTIES COMPILE_FLAGS "-I${sdai_src_path} ${ARGV3}" EXCLUDE_FROM_ALL ON )
21+
message(INFO "schema test ${name}: include '${sdai_src_path}'")
2122
if(NOT "${ARGV4}" MATCHES "NONE")
2223
DEFINE_DLL_IMPORTS( "tst_${name}" "${ARGV4}" )
2324
endif(NOT "${ARGV4}" MATCHES "NONE")

0 commit comments

Comments
 (0)