Fix build on Windows.
This commit is contained in:
parent
9ba1fbdb35
commit
dd0d03ea1d
1 changed files with 1 additions and 1 deletions
|
@ -185,6 +185,6 @@ if(ENABLE_METAR)
|
||||||
install(TARGETS metar RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
install(TARGETS metar RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (ENABLE_TESTS)
|
if (COMMAND flightgear_test)
|
||||||
flightgear_test(posinit test_posinit.cxx)
|
flightgear_test(posinit test_posinit.cxx)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Reference in a new issue