Skip to content

Commit

Permalink
Prepare for Eyescale/CMake#533
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Eilemann authored and eile committed Jan 19, 2017
1 parent ba6a0de commit 18abce4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2015-2016, Human Brain Project
# Copyright (c) 2015-2017, Human Brain Project
# Daniel.Nachbaur@epfl.ch
#
# This file is part of Servus <https://github.com/HBPVIS/Servus>
Expand All @@ -24,7 +24,7 @@ set(SERVUSBROWSER_SOURCES servusBrowser.cpp)
set(SERVUSBROWSER_LINK_LIBRARIES ServusQt Qt5::Widgets)

if(APPLE)
common_application(ServusBrowser GUI)
common_application(ServusBrowser GUI NOHELP)
else()
common_application(servusBrowser GUI)
common_application(servusBrowser GUI NOHELP)
endif()

0 comments on commit 18abce4

Please sign in to comment.