Skip to content

Instantly share code, notes, and snippets.

@nh2
Created January 25, 2014 15:04
Show Gist options
  • Save nh2/8617701 to your computer and use it in GitHub Desktop.
Save nh2/8617701 to your computer and use it in GitHub Desktop.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 01fdec9..24584e0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -300,7 +300,8 @@ find_package(Qhull)
include("${PCL_SOURCE_DIR}/cmake/pcl_find_cuda.cmake")
# Find Qt5
-include(cmake/pcl_find_qt5.cmake)
+# nh2: Use Qt4 instead due to https://github.com/PointCloudLibrary/pcl/issues/477
+#include(cmake/pcl_find_qt5.cmake)
# Find QT4
if(NOT QT5_FOUND)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment