We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e77a78 commit 2ff431bCopy full SHA for 2ff431b
projects/openbabel/build.sh
@@ -15,6 +15,11 @@
15
#
16
################################################################################
17
18
+export CXXFLAGS="${CXXFLAGS} -std=c++17"
19
+sed -i 's/CMAKE_CXX_STANDARD 11/CMAKE_CXX_STANDARD 17/g' CMakeLists.txt
20
+
21
+# Remove use of deprecated functions
22
+sed -i 's/std::random/\/\/std::random/g' test/*.cpp
23
24
# build project
25
mkdir build && cd build
0 commit comments