fix LaunchAPPLServer build

This commit is contained in:
Wolfgang Thaller 2019-09-22 22:58:45 +02:00
parent 14d0e3d8a9
commit 0775243ab8
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ if(HAVE_OPENTRANSPORT)
endif()
endif()
if(HAVE_NAVIGATION)
if(HAVE_NAVIGATION_H)
if(CMAKE_SYSTEM_NAME MATCHES RetroPPC)
target_link_libraries(LaunchAPPLServer -lNavigationLib)
endif()