Skip to content

Commit

Permalink
Add runtime_cxxmodules option
Browse files Browse the repository at this point in the history
  • Loading branch information
imorlxs committed Aug 27, 2024
1 parent 1b0dee0 commit e5fc01a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ option(website "Enable website generation (make website<-live>)." OFF)
option(valgrind "Enable valgrind tests and make build compatible with valgrind tool." ON)
option(rpath "Link libraries with built-in RPATH (run-time search path)." OFF)
option(real_t "Define data type for real numbers. Currently supported: float, double" double)
option(runtime_cxxmodules "Enable C++ Modules support." ON)

if(APPLE)
# ParaView on Apple devices
Expand Down

0 comments on commit e5fc01a

Please sign in to comment.