Skip to content

Commit

Permalink
make building with occa-transpiler off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vyast-softserveinc committed Apr 5, 2024
1 parent f1b4aac commit 941c94c
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
Expand Up @@ -37,7 +37,7 @@ option(OCCA_ENABLE_DPCPP "Build with SYCL/DPCPP if available" ON)
option(OCCA_ENABLE_TESTS "Build tests" OFF)
option(OCCA_ENABLE_EXAMPLES "Build simple examples" OFF)
option(OCCA_ENABLE_FORTRAN "Enable Fortran interface" OFF)
option(OCCA_TRANSPILER "Build with occa-transpiler dependecy" ON)
option(OCCA_TRANSPILER "Build with occa-transpiler dependecy" OFF)

if(OCCA_ENABLE_FORTRAN)
enable_language(Fortran)
Expand Down

0 comments on commit 941c94c

Please sign in to comment.