Skip to content

Commit

Permalink
Disable ASPELL due weird issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mmertama committed Dec 11, 2024
1 parent b97f593 commit 602de1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gempyrelib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ endif()

if(LINUX AND ${GEMPYRE_IS_MAIN_PROJECT})
set(DOXYGEN TRUE)
set(SPELL TRUE)
set(SPELL FALSE)
endif()

if(USE_PYTHON_UI)
Expand Down

0 comments on commit 602de1d

Please sign in to comment.