mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
set c++ standard
This commit is contained in:
parent
9f300ec2d4
commit
aa3cbd28f4
@ -1,6 +1,8 @@
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project(webfuse VERSION 2.0.0)
|
||||
|
||||
set (CMAKE_CXX_STANDARD 17)
|
||||
|
||||
find_package(PkgConfig REQUIRED)
|
||||
pkg_check_modules(FUSE REQUIRED IMPORTED_TARGET fuse3)
|
||||
pkg_check_modules(LWS REQUIRED IMPORTED_TARGET libwebsockets)
|
||||
|
Loading…
Reference in New Issue
Block a user