mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-10 15:36:09 -06:00
CMAKE: Also look for qmake-q4 for RHEL6
This commit is contained in:
parent
90e10dea4d
commit
290c6ea402
@ -52,7 +52,7 @@ else()
|
||||
message(WARNING "Failed to find mkoctfile, no Octave plugins will be compiled. Please specify RESINSIGHT_OCTAVE_PLUGIN_MKOCTFILE")
|
||||
endif()
|
||||
|
||||
find_program(RESINSIGHT_OCTAVE_PLUGIN_QMAKE qmake)
|
||||
find_program(RESINSIGHT_OCTAVE_PLUGIN_QMAKE qmake-qt4 qmake)
|
||||
if(RESINSIGHT_OCTAVE_PLUGIN_QMAKE)
|
||||
get_filename_component(OCTAVE_QMAKE_DIR ${RESINSIGHT_OCTAVE_PLUGIN_QMAKE} PATH)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user