Skip to content

Commit

Permalink
Set CMAKE_CXX_EXTENSIONS=Off
Browse files Browse the repository at this point in the history
Try to fix Clang 16 modules build not working
  • Loading branch information
tcbrindle committed Jan 28, 2024
1 parent 68cf4a8 commit faa8de7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ project(flux CXX)
include(GNUInstallDirs)
include(CMakePackageConfigHelpers)

set(CMAKE_CXX_EXTENSIONS Off)

list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")

add_library(flux INTERFACE)
Expand Down

0 comments on commit faa8de7

Please sign in to comment.