diff --git a/Makefile b/Makefile
index 6b881b98fc2d90ba4bff31e9d896590222164806..e5d2bc3a6a0dcedeb2f0dd89018a9ef01a2fb4f6 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