summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-08-27 13:39:49 +0900
committerBenjamin Chrétien2015-08-27 13:39:49 +0900
commitff4ca36e50e9358354720cb02e4841a36c730ad8 (patch)
treea55b047a695e4face63f4cfc7118055afe51c167
parent57ecb62173a54ff0929514224c276c844be4c55f (diff)
downloadaur-ff4ca36e50e9358354720cb02e4841a36c730ad8.tar.gz
C++11 flags now properly imported in project CMakeLists.txt
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc389d6f5091..ad66683ae5d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -92,8 +92,7 @@ build() {
-DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
-DPYTHON_BASENAME=-python2.7 \
- -DSETUPTOOLS_DEB_LAYOUT=OFF \
- -DCMAKE_CXX_FLAGS="--std=c++11"
+ -DSETUPTOOLS_DEB_LAYOUT=OFF
make
}