Skip to content
Snippets Groups Projects
Commit 3b14731d authored by Ming Rui Zhang's avatar Ming Rui Zhang Committed by Sébastien Blin
Browse files

misc: omit cmake ZERO_CHECK to accommodate new vs update

daemon cmake ZERO_CHECK reference from ring-daemon vcxproj file
will cause the build to fail for client qt sln on windows when
using the newest Visual Studio

Change-Id: I0488f65a636b28ab1ba9a2add4550d5ce9a52ca1
parent f204ebb7
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,9 @@ if(MSVC)
include("CMake/Default.cmake")
include("CMake/DefaultCXX.cmake")
# Supress generation of ZERO_CHECK
set(CMAKE_SUPPRESS_REGENERATION true)
set(ROOT_NAMESPACE ringdaemon)
################################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment