Skip to content

Commit

Permalink
Removes -fconcepts from CMakeLists.txt for OSX installation
Browse files Browse the repository at this point in the history
  • Loading branch information
samhorsfield96 committed Aug 16, 2022
1 parent 4bb143e commit 67e5e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10)
project(ggCaller_cpp)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fconcepts -march=native")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native")

#set(CMAKE_VERBOSE_MAKEFILE ON)

Expand Down

0 comments on commit 67e5e46

Please sign in to comment.