diff --git a/recipes/websocketpp/all/CMakeLists.txt b/recipes/websocketpp/all/CMakeLists.txt index 217b9530b904d..c986d294c7547 100644 --- a/recipes/websocketpp/all/CMakeLists.txt +++ b/recipes/websocketpp/all/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.11) +cmake_minimum_required(VERSION 3.1) project(cmake_wrapper) include(conanbuildinfo.cmake) diff --git a/recipes/websocketpp/all/conanfile.py b/recipes/websocketpp/all/conanfile.py index e021d2b1fddc7..94f832df487b7 100644 --- a/recipes/websocketpp/all/conanfile.py +++ b/recipes/websocketpp/all/conanfile.py @@ -49,4 +49,3 @@ def package_info(self): def package_id(self): self.info.header_only() - diff --git a/recipes/websocketpp/all/test_package/CMakeLists.txt b/recipes/websocketpp/all/test_package/CMakeLists.txt index 4354080150986..33ae887aa6aea 100644 --- a/recipes/websocketpp/all/test_package/CMakeLists.txt +++ b/recipes/websocketpp/all/test_package/CMakeLists.txt @@ -1,8 +1,6 @@ -cmake_minimum_required(VERSION 2.8.11) +cmake_minimum_required(VERSION 3.1) project(test_package) -set(CMAKE_VERBOSE_MAKEFILE TRUE) - include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake) conan_basic_setup() diff --git a/recipes/websocketpp/all/test_package/test_package.cpp b/recipes/websocketpp/all/test_package/test_package.cpp index 8d5b7068a5b84..0ac4a3bb71f1e 100644 --- a/recipes/websocketpp/all/test_package/test_package.cpp +++ b/recipes/websocketpp/all/test_package/test_package.cpp @@ -3,5 +3,5 @@ int main() { - websocketpp::server server; -} \ No newline at end of file + websocketpp::server server; +} diff --git a/recipes/websocketpp/config.yml b/recipes/websocketpp/config.yml index e1bc189b13e59..0ddc55f70a1a6 100644 --- a/recipes/websocketpp/config.yml +++ b/recipes/websocketpp/config.yml @@ -3,4 +3,4 @@ versions: "0.8.1": folder: all "0.8.2": - folder: all \ No newline at end of file + folder: all