Skip to content

Commit

Permalink
fix: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Yushu2606 authored Oct 19, 2023
1 parent 78bce4a commit ff217d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
cmake_minimum_required(VERSION 3.26)
project(layer)

set(CMAKE_CXX_STANDARD 26)
set(CMAKE_CXX_COMPILER clang++)

include_directories(include)
set(CMAKE_CXX_STANDARD 26)

add_library(layer SHARED src/layer.cpp)

0 comments on commit ff217d8

Please sign in to comment.