From 2981cd2626db253adaae3a68961f833a65de2285 Mon Sep 17 00:00:00 2001 From: Daniel Hornung <d.hornung@indiscale.com> Date: Wed, 25 Aug 2021 18:59:44 +0200 Subject: [PATCH] ENH: Makefile improved. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6b881b9..e5d2bc3 100644 --- a/Makefile +++ b/Makefile @@ -36,5 +36,6 @@ style: .PHONY: style conan-install: + conan install . -s "compiler.libcxx=libstdc++11" conan create . -s "compiler.libcxx=libstdc++11" .PHONY: install -- GitLab