https://ci.appveyor.com/project/craigsapp/midifile/builds/49663630/job/hi372xvt4y2xw3ki
(ClCompile target) ->
C:\projects\midifile\tools\mid2hum.cpp(47): fatal error C1083: Cannot open include file: 'Convert.h': No such file or directory [C:\projects\midifile\build\mid2hum.vcxproj]
9 Warning(s)
1 Error(s)
Time Elapsed 00:03:54.11
CMakeLists.txt excludes mid2hum:
# The following programs require headers from humextra repository.
# <https://github.com/humdrum-tools/humextra>
if(HAVE_HUMDRUM_H)
add_executable(henonfile tools/henonfile.cpp)
add_executable(mid2hum tools/mid2hum.cpp)
add_executable(midiexcerpt tools/midiexcerpt.cpp)
add_executable(peep2midi tools/peep2midi.cpp)
target_link_libraries(henonfile midifile)
target_link_libraries(mid2hum midifile)
target_link_libraries(midiexcerpt midifile)
target_link_libraries(peep2midi midifile)
endif()
https://ci.appveyor.com/project/craigsapp/midifile/builds/49663630/job/hi372xvt4y2xw3ki
CMakeLists.txtexcludes mid2hum: