summaryrefslogtreecommitdiffstats
path: root/apps/CMakeLists.txt
diff options
context:
space:
mode:
authorAngelo Mantellini <manangel@cisco.com>2019-03-16 11:16:19 +0100
committerAngelo Mantellini <manangel@cisco.com>2019-03-17 20:18:34 +0100
commit60f96c0ede769bf4da2ce02cc7aaf8aaa613be36 (patch)
tree503ca254cc2414c464333b7b0c4270ccf4361e57 /apps/CMakeLists.txt
parentceaf5f603dc45694509ca96fa3fbede33ed83dd6 (diff)
[HICN-121] Windows compatibility for hicn-http-server
Change-Id: I0acbb90222d3fb8c132f28a98826deeb0875236d Signed-off-by: Angelo Mantellini <manangel@cisco.com>
Diffstat (limited to 'apps/CMakeLists.txt')
-rw-r--r--apps/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt
index 77ba64152..8907dfe5b 100644
--- a/apps/CMakeLists.txt
+++ b/apps/CMakeLists.txt
@@ -54,8 +54,7 @@ set (COMPILER_DEFINITIONS "")
if (WIN32)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4200 /wd4996")
-else ()
- add_subdirectory(src/http-server)
endif ()
+add_subdirectory(src/http-server)
add_subdirectory(src/higet) \ No newline at end of file