We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4922c commit cc41cf4Copy full SHA for cc41cf4
1 file changed
CMakeLists.txt
@@ -37,7 +37,7 @@ set(BUILD_SLICK_LOGGER_BENCHMARKS OFF CACHE BOOL "" FORCE)
37
FetchContent_Declare(
38
slick_logger
39
GIT_REPOSITORY https://github.com/SlickTech/slick_logger.git
40
- GIT_TAG main
+ GIT_TAG v0.1.0.1
41
)
42
FetchContent_MakeAvailable(slick_logger)
43
0 commit comments