Make CMake stop complaining about target "Udns::Udns" not found when rebuilding SimGear.
This commit is contained in:
parent
670460a079
commit
8c51d30ddb
@ -38,6 +38,7 @@ else ()
|
||||
|
||||
# show the UDNS_INCLUDE_DIRS and UDNS_LIBRARIES variables only in the advanced view
|
||||
mark_as_advanced(UDNS_INCLUDE_DIRS UDNS_LIBRARIES)
|
||||
endif ()
|
||||
|
||||
if(UDNS_FOUND)
|
||||
|
||||
@ -52,6 +53,3 @@ else ()
|
||||
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
endif ()
|
||||
|
Loading…
Reference in New Issue
Block a user