Commit 7989a234 authored by jan.koester's avatar jan.koester
Browse files

cleaned upo cmake file

parent 52551bcc
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -51,13 +51,6 @@ install(FILES
    DESTINATION include/htmlpp
    COMPONENT Devel
)
install(FILES
    request/ajax.h
    request/httpform.h
    request/websocket.h
    DESTINATION include/htmlpp/request
    COMPONENT Devel
)

include(CMakePackageConfigHelpers)
write_basic_package_version_file(
+5 −2
Original line number Diff line number Diff line
@@ -1070,8 +1070,11 @@ PRINTNEXTEL:
                    output.append("\"");
                }
            }
            if(((HtmlElement*) el)->_childElement || el->_nextElement ){
                output.append(">");

            }else{
                output.append(" />");
            }
            if (((HtmlElement*) el)->_childElement) {
                cpylist.push(el);
                el=((HtmlElement*) el)->_childElement;