Skip to content

Commit

Permalink
Update spdlog to v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
psalz committed Feb 21, 2022
1 parent 7a5326a commit a178828
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,10 @@ install(
NAMESPACE spdlog::
FILE spdlogConfigTargets.cmake
)
configure_file(
vendor/spdlog/cmake/spdlogConfig.cmake.in
"${spdlog_PROJECT_CONFIG_OUT}"
@ONLY
configure_package_config_file(
vendor/spdlog/cmake/spdlogConfig.cmake.in
"${spdlog_PROJECT_CONFIG_OUT}"
INSTALL_DESTINATION lib/celerity/vendor/cmake
)
write_basic_package_version_file(
"${spdlog_VERSION_CONFIG_FILE}"
Expand Down
1 change: 1 addition & 0 deletions include/grid.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <CL/sycl.hpp>
#include <allscale/api/user/data/grid.h>
#undef assert_fail // Incompatible with fmt

#include "ranges.h"

Expand Down
2 changes: 1 addition & 1 deletion vendor/spdlog
Submodule spdlog updated 160 files

0 comments on commit a178828

Please sign in to comment.