From 4b3e9815afdf31f1b28478b72f363aff4b86fc05 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Fri, 26 Sep 2008 13:03:19 +0000 Subject: [PATCH] Ooops. I forgot that patch! Followup to revision 45719, which was: "- Fix soname and soversion of libraries (they were exchanged). - Make get_dependency_version found the print_${LIB}_version.cpp, even if the lib is compiled separately. - Rename FindQt3.cmake to FindQt3-patched.cmake and Qt3Macros to Qt3Macros-patched. - Make CGAL-Qt3 compilable separately. - Fix all commited CMakeLists.txt: - use Qt3-patched and Qt3Macros-patched, and s/QT_/QT3_/ - add a comment about FindQt3-patched, - wrap target creation with if(CGAL_FOUND AND QT3_FOUND)/else/endif - Modified cgal_create_cmake_script" --- Scripts/scripts/cgal_create_cmake_script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/scripts/cgal_create_cmake_script b/Scripts/scripts/cgal_create_cmake_script index bdc979d66e4..f0cb98140c7 100755 --- a/Scripts/scripts/cgal_create_cmake_script +++ b/Scripts/scripts/cgal_create_cmake_script @@ -65,7 +65,7 @@ find_package(Qt3-patched QUIET ) # that it can be used together with FindQt4: all its variables are prefixed # by "QT3_" instead of "QT_". -include( Qt3Macros ) +include( Qt3Macros-patched ) EOF echo "QT3_AUTOMOC( ${all} )" cat<<'EOF'