Skip to content

Commit

Permalink
Bump up CXX Standard for building HELICS from source to C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark committed Oct 10, 2024
1 parent 7812995 commit 2f15a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install-helics-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export BOOST_ROOT
echo "Building HELICS"
mkdir build
cd build || exit
cmake ${CMAKE_GEN} -DCMAKE_INSTALL_PREFIX="${INSTALL_PREFIX}" -DCMAKE_BUILD_TYPE=Release -DHELICS_BUILD_CXX_SHARED_LIB=ON -DHELICS_BUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -DHELICS_ZMQ_SUBPROJECT=ON ..
cmake ${CMAKE_GEN} -DCMAKE_INSTALL_PREFIX="${INSTALL_PREFIX}" -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=20 -DHELICS_BUILD_CXX_SHARED_LIB=ON -DHELICS_BUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -DHELICS_ZMQ_SUBPROJECT=ON ..
cmake --build . --parallel

# Install HELICS
Expand Down

0 comments on commit 2f15a4d

Please sign in to comment.