Skip to content

Commit 1f8f006

Browse files
committed
fix: versions
1 parent a1cd7f3 commit 1f8f006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
project(cmake-micromamba LANGUAGES C CXX)
22

3-
micromamba(VERSION 1.0.0-1)
3+
micromamba(VERSION 1.5.1-2)
44
micromamba_environment(CHANNELS conda-forge DEPENDENCIES fmt)
55

66
find_package(fmt REQUIRED)
77
add_executable(cmake-micromamba-1.0.test "${CMAKE_CURRENT_SOURCE_DIR}/FetchContent/main.cpp")
88
target_link_libraries(cmake-micromamba-1.0.test fmt::fmt)
99
install(TARGETS cmake-micromamba-1.0.test RUNTIME DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/install")
1010

11-
micromamba(VERSION 1.5.0-0)
11+
micromamba(VERSION 1.5.3-0)
1212
micromamba_environment(CHANNELS conda-forge DEPENDENCIES fmt)
1313

1414
find_package(fmt REQUIRED)

0 commit comments

Comments
 (0)