We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cd7f3 commit 1f8f006Copy full SHA for 1f8f006
tests/CMakeLists.txt
@@ -1,14 +1,14 @@
1
project(cmake-micromamba LANGUAGES C CXX)
2
3
-micromamba(VERSION 1.0.0-1)
+micromamba(VERSION 1.5.1-2)
4
micromamba_environment(CHANNELS conda-forge DEPENDENCIES fmt)
5
6
find_package(fmt REQUIRED)
7
add_executable(cmake-micromamba-1.0.test "${CMAKE_CURRENT_SOURCE_DIR}/FetchContent/main.cpp")
8
target_link_libraries(cmake-micromamba-1.0.test fmt::fmt)
9
install(TARGETS cmake-micromamba-1.0.test RUNTIME DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/install")
10
11
-micromamba(VERSION 1.5.0-0)
+micromamba(VERSION 1.5.3-0)
12
13
14
0 commit comments