1
0
Fork 0

Fix build on Windows.

This commit is contained in:
James Turner 2017-04-05 21:34:48 +09:00
parent 9ba1fbdb35
commit dd0d03ea1d

View file

@ -185,6 +185,6 @@ if(ENABLE_METAR)
install(TARGETS metar RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
endif()
if (ENABLE_TESTS)
if (COMMAND flightgear_test)
flightgear_test(posinit test_posinit.cxx)
endif()