whitespace fixes

This commit is contained in:
fduncanh
2021-11-25 00:45:11 -05:00
parent 97bd7e6048
commit d25871c158

View File

@@ -95,10 +95,10 @@ if ( UNIX AND NOT APPLE )
find_path(DNSSD_INCLUDE_DIR dns_sd.h HINTS ${CMAKE_INSTALL_INCLUDEDIR} )
if ( NOT DNSSD_INCLUDE_DIR )
message( FATAL_ERROR " dns_sd.h not found ")
else()
message( STATUS "found dns_sd.h in " ${DNSSD_INCLUDE_DIR} )
endif()
else()
message( STATUS "found dns_sd.h in " ${DNSSD_INCLUDE_DIR} )
endif()
target_include_directories( airplay PRIVATE ${DNSSD_INCLUDE_DIR} )
endif()
target_link_libraries(airplay PUBLIC ${DNSSD} )
target_link_libraries(airplay PUBLIC ${DNSSD} )
endif()