1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-15 20:28:52 -04:00

Merge pull request #1411 from pinkavaj/pi-fix-cmake-warn1

Fix cmake syntax warning in channelrx
This commit is contained in:
Edouard Griffiths
2022-09-16 11:21:19 +02:00
committed by GitHub
+1 -1
View File
@@ -83,7 +83,7 @@ endif()
if(ENABLE_CHANNELRX_DEMODDSD AND LIBDSDCC_FOUND AND LIBMBE_FOUND)
add_subdirectory(demoddsd)
endif(LIBDSDCC_FOUND AND LIBMBE_FOUND)
endif()
if (ENABLE_CHANNELRX_REMOTESINK AND CM256CC_FOUND AND (HAS_SSE3 OR HAS_NEON))
add_subdirectory(remotesink)