aboutsummaryrefslogtreecommitdiff
path: root/libraries/spdlog/spdlog.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/spdlog/spdlog.SlackBuild')
-rw-r--r--libraries/spdlog/spdlog.SlackBuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/libraries/spdlog/spdlog.SlackBuild b/libraries/spdlog/spdlog.SlackBuild
index 5c90f65a12a0e..029d45631639b 100644
--- a/libraries/spdlog/spdlog.SlackBuild
+++ b/libraries/spdlog/spdlog.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=spdlog
-VERSION=${VERSION:-1.4.2}
+VERSION=${VERSION:-1.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -73,11 +73,6 @@ find -L . \
FMT=OFF
pkg-config --exists fmt && FMT=ON
-# Add missing <cassert> include.
-# https://github.com/gabime/spdlog/issues/1340
-# https://github.com/gabime/spdlog/commit/1aa9ea92e20142a1ce2f2e1ac40ed1fa781fac19
-patch -p1 < $CWD/cassert.patch
-
mkdir -p build
cd build
cmake \