mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cmake: remove references to removed source file
Otherwise the build breaks if FBSUPPORT is defined. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9c5c97b449
commit
9724ffc7b2
1 changed files with 0 additions and 6 deletions
|
@ -62,12 +62,6 @@ if(NOT NO_PRINTING)
|
|||
)
|
||||
endif()
|
||||
|
||||
if (FBSUPPORT)
|
||||
set(SUBSURFACE_INTERFACE ${SUBSURFACE_INTERFACE}
|
||||
socialnetworks.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
if (BTSUPPORT)
|
||||
set(SUBSURFACE_INTERFACE ${SUBSURFACE_INTERFACE}
|
||||
btdeviceselectiondialog.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue