From 1961b18d143f6937e2c1e66f6013ad44a92e487a Mon Sep 17 00:00:00 2001 From: AurelienUoU Date: Tue, 14 May 2019 18:15:13 -0600 Subject: [PATCH] Fix CMakeList to avoid MacOS build failure --- vpr7_x2p/vpr/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/vpr7_x2p/vpr/CMakeLists.txt b/vpr7_x2p/vpr/CMakeLists.txt index 5c6c054c6..6707beed6 100644 --- a/vpr7_x2p/vpr/CMakeLists.txt +++ b/vpr7_x2p/vpr/CMakeLists.txt @@ -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()