mirror of https://github.com/CGAL/cgal
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"
This commit is contained in:
parent
683fcfed36
commit
4b3e9815af
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue