Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Commit

Permalink
Added URI for MSVC after validating that it compiles and runs correct…
Browse files Browse the repository at this point in the history
…ly on MSVC 2015; updated uri submodule.
  • Loading branch information
glynos committed May 18, 2016
1 parent 9cd77a7 commit 1d767d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions CMakeLists.txt
Expand Up @@ -82,13 +82,11 @@ elseif (${CMAKE_CXX_COMPILER_ID} MATCHES Clang)
endif()
endif()

if (NOT MSVC)
set(Uri_BUILD_TESTS OFF)
set(Uri_BUILD_DOCS OFF)
set(Uri_DISABLE_LIBCXX ON)
add_subdirectory(deps/uri)
include_directories(deps/uri/include)
endif()
set(Uri_BUILD_TESTS OFF)
set(Uri_BUILD_DOCS OFF)
set(Uri_DISABLE_LIBCXX ON)
add_subdirectory(deps/uri)
include_directories(deps/uri/include)

if (Boost_FOUND)
if (MSVC)
Expand Down

0 comments on commit 1d767d2

Please sign in to comment.