Merge pull request #3735 from blattms/backport-of-pr-3710
Backport of pr 3710
This commit is contained in:
commit
722c3592a4
@ -110,6 +110,10 @@ macro (OpmInitDirVars)
|
||||
endif (COMMAND dir_hook)
|
||||
endmacro ()
|
||||
|
||||
if("${CMAKE_SIZEOF_VOID_P}" LESS 8)
|
||||
message(FATAL_ERROR "OPM will only work correctly on 64bit (or higher) systems!")
|
||||
endif()
|
||||
|
||||
OpmInitProjVars ()
|
||||
OpmInitDirVars ()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user