diff --git a/Installation/CMakeLists.txt b/Installation/CMakeLists.txt index f8949c16589..3dcce3ffc29 100644 --- a/Installation/CMakeLists.txt +++ b/Installation/CMakeLists.txt @@ -494,7 +494,7 @@ hide_variable(CGAL_SUPPORTING_3RD_PARTY_LIBRARIES) # set some to have special prefix macro( set_special_prefix library prefix) set(SPECIAL_PREFIXES "${SPECIAL_PREFIXES}set(CGAL_EXT_LIB_${library}_PREFIX \"${prefix}\")\n") -set(CGAL_EXT_LIB_${library}_PREFIX $prefix) +set(CGAL_EXT_LIB_${library}_PREFIX ${prefix}) endmacro() set_special_prefix(Qt4 QT)