Missing if condition for EOMPI module in cmake/module/FindParadiseo.cmake file
This commit is contained in:
parent
b6ec15c911
commit
95761470eb
1 changed files with 3 additions and 0 deletions
|
|
@ -174,6 +174,9 @@ if(PARADISEO_FOUND)
|
||||||
if(PEO_FOUND)
|
if(PEO_FOUND)
|
||||||
message(${PEO_INCLUDE_DIR})
|
message(${PEO_INCLUDE_DIR})
|
||||||
endif()
|
endif()
|
||||||
|
if(EOMPI_FOUND)
|
||||||
|
message(${EOMPI_INCLUDE_DIR})
|
||||||
|
endif()
|
||||||
else()
|
else()
|
||||||
# include directory or library not found
|
# include directory or library not found
|
||||||
message(FATAL_ERROR "Could NOT find ParadisEO (missing : ${FIND_PARADISEO_MISSING})")
|
message(FATAL_ERROR "Could NOT find ParadisEO (missing : ${FIND_PARADISEO_MISSING})")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue