Fix CMakeList to avoid MacOS build failure

This commit is contained in:
AurelienUoU 2019-05-14 18:15:13 -06:00
parent 99beeb48cc
commit 1961b18d14
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ if (ENABLE_VPR_GRAPHICS)
if (NOT X11_FOUND)
message(WARNING "Failed to find required X11 library (on debian/ubuntu try 'sudo apt-get install libx11-dev' to install)")
else ()
#Disable
set(ENABLE_VPR_GRAPHICS false)
endif()