aboutsummaryrefslogtreecommitdiff
path: root/cmake/scripts/windows/ArchSetup.cmake
diff options
context:
space:
mode:
authorAnton Fedchin <anightik@gmail.com>2018-02-09 11:20:50 +0300
committerAnton Fedchin <anightik@gmail.com>2018-02-09 11:20:50 +0300
commit2926a17812355c1c4d9dd9c7ed9faba456fb0d78 (patch)
tree96d3af531eec7185e219f56756e521348fe5272f /cmake/scripts/windows/ArchSetup.cmake
parent41091f1231ed27f7150bcf567aecbc25e0c0a985 (diff)
[input] apply IRemoteControl interface to platform's CRemoteControl classes and adapt depending code.
Diffstat (limited to 'cmake/scripts/windows/ArchSetup.cmake')
-rw-r--r--cmake/scripts/windows/ArchSetup.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/scripts/windows/ArchSetup.cmake b/cmake/scripts/windows/ArchSetup.cmake
index 57f2390f7c..40df029634 100644
--- a/cmake/scripts/windows/ArchSetup.cmake
+++ b/cmake/scripts/windows/ArchSetup.cmake
@@ -44,7 +44,7 @@ if(${ARCH} STREQUAL win32)
endif()
# Additional SYSTEM_DEFINES
-list(APPEND SYSTEM_DEFINES -DHAS_IRSERVERSUITE -DHAS_WIN32_NETWORK -DHAS_FILESYSTEM_SMB)
+list(APPEND SYSTEM_DEFINES -DHAS_WIN32_NETWORK -DHAS_FILESYSTEM_SMB)
# Make sure /FS is set for Visual Studio in order to prevent simultaneous access to pdb files.
if(CMAKE_GENERATOR MATCHES "Visual Studio")