mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
whitespace cleanup
Random, I know. But it bugged me. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
65ef08f167
commit
890f21bd58
1 changed files with 4 additions and 4 deletions
|
@ -242,10 +242,10 @@ elseif (SUBSURFACE_TARGET_EXECUTABLE MATCHES "MobileExecutable")
|
|||
set(BTSUPPORT ON)
|
||||
elseif (SUBSURFACE_TARGET_EXECUTABLE MATCHES "DownloaderExecutable")
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
||||
set(SUBSURFACE_TARGET Subsurface-downloader)
|
||||
else()
|
||||
set(SUBSURFACE_TARGET subsurface-downloader)
|
||||
endif()
|
||||
set(SUBSURFACE_TARGET Subsurface-downloader)
|
||||
else()
|
||||
set(SUBSURFACE_TARGET subsurface-downloader)
|
||||
endif()
|
||||
set(BTSUPPORT ON)
|
||||
add_definitions(-DSUBSURFACE_DOWNLOADER)
|
||||
message(STATUS "building the embedded Subsurface-downloader app")
|
||||
|
|
Loading…
Reference in a new issue