Skip to content

Commit

Permalink
change spdlog commit version
Browse files Browse the repository at this point in the history
Signed-off-by: satellitex <[email protected]>
  • Loading branch information
satellitex committed Feb 8, 2018
1 parent 4edb767 commit cd448d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/Modules/Findspdlog.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ find_package_handle_standard_args(spdlog DEFAULT_MSG


set(URL https://github.com/gabime/spdlog.git)
set(VERSION f85a08622e20b74bff34381cafcb8ef8167b29d0)
set(VERSION ccd675a286f457068ee8c823f8207f13c2325b26)
set_target_description(spdlog "Logging library" ${URL} ${VERSION})


Expand Down
2 changes: 1 addition & 1 deletion docker/develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RUN git clone https://github.com/google/googletest /tmp/googletest; \

# install spdlog
RUN git clone https://github.com/gabime/spdlog /tmp/spdlog; \
(cd /tmp/spdlog ; git checkout f85a08622e20b74bff34381cafcb8ef8167b29d0); \
(cd /tmp/spdlog ; git checkout ccd675a286f457068ee8c823f8207f13c2325b26); \
cmake -DSPDLOG_BUILD_TESTING=OFF -H/tmp/spdlog -B/tmp/spdlog/build; \
cmake --build /tmp/spdlog/build --target install; \
rm -rf /tmp/spdlog
Expand Down

0 comments on commit cd448d1

Please sign in to comment.