1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 19:19:56 +00:00

Merge pull request #1081 from psi29a/armhf

make BUILD_OPENCS a dependency for building osgQt
This commit is contained in:
scrawl 2016-09-28 14:45:29 +02:00 committed by GitHub
commit 0cf837aa20

View file

@ -511,7 +511,7 @@ endif(WIN32)
# Extern
add_subdirectory (extern/osg-ffmpeg-videoplayer)
add_subdirectory (extern/oics)
if (USE_QT)
if (BUILD_OPENCS)
add_subdirectory (extern/osgQt)
endif()