Skip to content

Commit

Permalink
Update steppenwolf.cmake
Browse files Browse the repository at this point in the history
uncomment the option for enabling silex
  • Loading branch information
biagas authored Sep 4, 2024
1 parent 69881a3 commit db877f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-site/steppenwolf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ silo_option_default(VAR SILO_QT6_DIR VALUE ${TP_DIR}/Qt/6.4.2/lib/cmake/Qt6)
silo_option_default(VAR SILO_PYTHON_DIR VALUE ${TP_DIR}/python/3.9.18)

# enable silex
#silo_option_default(VAR SILO_ENABLE_SILEX VALUE ON TYPE BOOL)
silo_option_default(VAR SILO_ENABLE_SILEX VALUE ON TYPE BOOL)

# disable fortran
silo_option_default(VAR SILO_ENABLE_FORTRAN VALUE OFF TYPE BOOL)
Expand Down

0 comments on commit db877f8

Please sign in to comment.