mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Clear the main CMake file
A bit of dust was setting here, when I moved tons of things around I forgot to remove some bits. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
044e593957
commit
225ac07005
1 changed files with 0 additions and 3 deletions
|
@ -144,7 +144,6 @@ if(FTDISUPPORT)
|
|||
if (NOT LIBFTDI_FOUND)
|
||||
pkg_config_library(LIBFTDI libftdi1 REQUIRED)
|
||||
endif()
|
||||
set(SERIAL_FTDI serial_ftdi.c)
|
||||
add_definitions(-DSERIAL_FTDI)
|
||||
endif()
|
||||
|
||||
|
@ -273,7 +272,6 @@ add_custom_target(
|
|||
)
|
||||
|
||||
# set up the different target platforms
|
||||
set(PLATFORM_SRC unknown_platform.c)
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
set(SUBSURFACE_TARGET subsurface)
|
||||
# in some builds we appear to be missing libz for some strange reason...
|
||||
|
@ -318,7 +316,6 @@ add_subdirectory(desktop-widgets)
|
|||
|
||||
if(FBSUPPORT)
|
||||
add_definitions(-DFBSUPPORT)
|
||||
set(SOCIALNETWORKS qt-ui/socialnetworks.cpp)
|
||||
endif()
|
||||
|
||||
if(BTSUPPORT)
|
||||
|
|
Loading…
Reference in a new issue