1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

astro/phd2: unbreak build after 4aec6e124381

In file included from contributions/MPI_IS_gaussian_process/tests/gaussian_process/gaussian_process_test.cpp:38:
In file included from /usr/local/include/gtest/gtest.h:64:
In file included from /usr/local/include/gtest/gtest-assertion-result.h:46:
In file included from /usr/local/include/gtest/gtest-message.h:57:
/usr/local/include/gtest/internal/gtest-port.h:270:2: error: C++ versions less than C++14 are not supported.
 #error C++ versions less than C++14 are not supported.
  ^

Reported by:	pkg-fallout
This commit is contained in:
Jan Beich 2023-05-06 21:43:21 +00:00
parent 8e1e95d482
commit 1deb43e443

View File

@ -21,6 +21,7 @@ USES= cmake eigen:3 gettext ninja pkgconfig xorg
USE_GITHUB= yes
GH_ACCOUNT= OpenPHDGuiding
USE_CXXSTD= c++14 # googletest 1.13
USE_WX= 3.2+
USE_XORG= x11