We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c65c6b commit 8760303Copy full SHA for 8760303
CMakeLists.txt
@@ -733,8 +733,8 @@ set(LAPACKE_LANGUAGES "C")
733
set(PETSC_LANGUAGES "Fortran;C")
734
735
foreach(DEP_NAME IN LISTS EXTERNAL_DEPS)
736
- if(DEFINED ${DEP_NAME}_LANGUAGES)
737
- string(TOUPPER ${DEP_NAME} UPPER_DEP_NAME)
+ string(TOUPPER ${DEP_NAME} UPPER_DEP_NAME)
+ if(DEFINED ${UPPER_DEP_NAME}_LANGUAGES)
738
foreach(LANGUAGE IN LISTS ${UPPER_DEP_NAME}_LANGUAGES)
739
enable_language(${LANGUAGE})
740
endforeach()
0 commit comments