Fix build on GCC-based systems:
CMake Error in src/CMakeLists.txt: Target "libcascade" requires the language dialect "CXX17" (with compiler extensions), but CMake does not know the compile flags to use to enable it. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
23c1939827
commit
f31781baba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522177
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ RUN_DEPENDS= verilator:cad/verilator
|
|||
TEST_DEPENDS= benchmark>0:devel/benchmark \
|
||||
googletest>0:devel/googletest
|
||||
|
||||
USES= bison cmake localbase:ldflags ncurses perl5
|
||||
USES= bison cmake compiler:c++17-lang localbase:ldflags ncurses perl5
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= vmware
|
||||
GH_TAGNAME= 09fb6020329fc1d6d49b32ce3bbef241c52059f9
|
||||
|
|
Loading…
Reference in a new issue