mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +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)
|
set(BTSUPPORT ON)
|
||||||
elseif (SUBSURFACE_TARGET_EXECUTABLE MATCHES "DownloaderExecutable")
|
elseif (SUBSURFACE_TARGET_EXECUTABLE MATCHES "DownloaderExecutable")
|
||||||
if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
||||||
set(SUBSURFACE_TARGET Subsurface-downloader)
|
set(SUBSURFACE_TARGET Subsurface-downloader)
|
||||||
else()
|
else()
|
||||||
set(SUBSURFACE_TARGET subsurface-downloader)
|
set(SUBSURFACE_TARGET subsurface-downloader)
|
||||||
endif()
|
endif()
|
||||||
set(BTSUPPORT ON)
|
set(BTSUPPORT ON)
|
||||||
add_definitions(-DSUBSURFACE_DOWNLOADER)
|
add_definitions(-DSUBSURFACE_DOWNLOADER)
|
||||||
message(STATUS "building the embedded Subsurface-downloader app")
|
message(STATUS "building the embedded Subsurface-downloader app")
|
||||||
|
|
Loading…
Reference in a new issue