From 11c6d7331180774af2e3f0ebc5586e9b0c150662 Mon Sep 17 00:00:00 2001 From: Martin Beseda <martinbeseda@seznam.cz> Date: Sun, 9 Sep 2018 20:47:39 +0200 Subject: [PATCH] Trying to fix CI --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ffc83121..f16bc644 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project(lib4neuro) #TODO rewrite to use add_compile_definitions if(WIN32) - add_compile_options("-DBOOST_ALL_NO_LIB /W4") + add_compile_options("-DBOOST_ALL_NO_LIB /W0") else() add_compile_options("-DBOOST_TEST_DYN_LINK") endif() -- GitLab