Skip to content

Commit

Permalink
(#15287) tsl-ordered-map: add version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored Jan 16, 2023
1 parent 7964bdf commit d369404
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 3 additions & 0 deletions recipes/tsl-ordered-map/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"1.1.0":
url: "https://github.com/Tessil/ordered-map/archive/v1.1.0.tar.gz"
sha256: "d6070502351646d68f2bbe6078c0da361bc1db733ee8a392e33cfb8b31183e28"
"1.0.0":
url: "https://github.com/Tessil/ordered-map/archive/v1.0.0.tar.gz"
sha256: "49cd436b8bdacb01d5f4afd7aab0c0d6fa57433dfc29d65f08a5f1ed1e2af26b"
9 changes: 3 additions & 6 deletions recipes/tsl-ordered-map/all/test_v1_package/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
cmake_minimum_required(VERSION 3.8)
project(test_package LANGUAGES CXX)
project(test_package)

include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
conan_basic_setup(TARGETS)

find_package(tsl-ordered-map REQUIRED CONFIG)

add_executable(${PROJECT_NAME} ../test_package/test_package.cpp)
target_link_libraries(${PROJECT_NAME} PRIVATE tsl::ordered_map)
target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_11)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/../test_package/
${CMAKE_CURRENT_BINARY_DIR}/test_package/)
2 changes: 2 additions & 0 deletions recipes/tsl-ordered-map/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
versions:
"1.1.0":
folder: all
"1.0.0":
folder: all

0 comments on commit d369404

Please sign in to comment.