Skip to content

Commit

Permalink
chore: hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc committed Jul 29, 2020
1 parent 1360d6d commit 2801087
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion recipes/websocketpp/all/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.11)
cmake_minimum_required(VERSION 3.1)
project(cmake_wrapper)

include(conanbuildinfo.cmake)
Expand Down
1 change: 0 additions & 1 deletion recipes/websocketpp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ def package_info(self):

def package_id(self):
self.info.header_only()

4 changes: 1 addition & 3 deletions recipes/websocketpp/all/test_package/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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()

Expand Down
4 changes: 2 additions & 2 deletions recipes/websocketpp/all/test_package/test_package.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

int main()
{
websocketpp::server<websocketpp::config::asio> server;
}
websocketpp::server<websocketpp::config::asio> server;
}
2 changes: 1 addition & 1 deletion recipes/websocketpp/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ versions:
"0.8.1":
folder: all
"0.8.2":
folder: all
folder: all

0 comments on commit 2801087

Please sign in to comment.