Skip to content

Commit

Permalink
Merge pull request #2 from OpenCMISS-Dependencies/remove_exec_flag
Browse files Browse the repository at this point in the history
Remove exec flag
  • Loading branch information
hsorby authored Oct 18, 2020
2 parents 58d6de7 + 6ff4ad4 commit d6130ca
Show file tree
Hide file tree
Showing 174 changed files with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,17 @@ cmake_minimum_required(VERSION 3.0)
project(libxml2 LANGUAGES C CXX VERSION 2.7.6)

option(BUILD_TESTS "${PROJECT_NAME} - Build tests" ON)
option(PACKAGE_CONFIG_DIR "Directory for package config files (relative to CMAKE_INSTALL_PREFIX)" "lib/cmake")
set(PACKAGE_CONFIG_DIR "lib/cmake" CACHE STRING "Directory for package config files (relative to CMAKE_INSTALL_PREFIX)")
option(WITH_ZLIB "Build in zlib support" ON)
option(BUILD_SHARED_LIBS "Build shared library." ON)

if (WITH_ZLIB)
find_package(ZLIB ${ZLIB_VERSION} REQUIRED)
endif()

if(NOT BUILD_SHARED_LIBS)
set(LIBRARY_INSTALL_TYPE ARCHIVE )
ELSE()
else()
set(LIBRARY_INSTALL_TYPE LIBRARY )
if(WIN32 )
set(LIBRARY_INSTALL_TYPE RUNTIME )
Expand Down Expand Up @@ -359,6 +360,7 @@ endif()
install(TARGETS xml2
EXPORT libxml2-config
DESTINATION lib
RUNTIME DESTINATION bin
INCLUDES DESTINATION include/libxml2)
install(FILES ${PUBLIC_HDRS}
DESTINATION include/libxml2/libxml)
Expand All @@ -370,12 +372,21 @@ file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/libxml2-config-dependencies.cmake
"include(CMakeFindDependencyMacro)\r\n"
"set(${PROJECT_NAME}_IMPORT_PREFIX \${_IMPORT_PREFIX})\r\n")
if (WITH_ZLIB)
file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/libxml2-config-dependencies.cmake "find_dependency(ZLIB ${ZLIB_VERSION})\r\n")
file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/libxml2-config-dependencies.cmake "set(ZLIB_FIND_SYSTEM ${ZLIB_FIND_SYSTEM})\r\nfind_dependency(ZLIB ${ZLIB_VERSION})\r\n")
endif()
file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/libxml2-config-dependencies.cmake "set(_IMPORT_PREFIX \${${PROJECT_NAME}_IMPORT_PREFIX})")
install(FILES
${CMAKE_CURRENT_BINARY_DIR}/libxml2-config-version.cmake
${CMAKE_CURRENT_BINARY_DIR}/libxml2-config-dependencies.cmake
DESTINATION ${PACKAGE_CONFIG_DIR})

set(CPACK_PACKAGE_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})
set(CPACK_PACKAGE_VERSION_MINOR ${PROJECT_VERSION_MINOR})
set(CPACK_PACKAGE_VERSION_PATCH ${PROJECT_VERSION_PATCH})
set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")

set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/Copyright")
set(CPACK_NSIS_MODIFY_PATH ON)

include(CPack)

Empty file modified check-relaxng-test-suite.py
100755 → 100644
Empty file.
Empty file modified check-relaxng-test-suite2.py
100755 → 100644
Empty file.
Empty file modified check-xinclude-test-suite.py
100755 → 100644
Empty file.
Empty file modified check-xml-test-suite.py
100755 → 100644
Empty file.
Empty file modified check-xsddata-test-suite.py
100755 → 100644
Empty file.
Empty file modified chvalid.c
100755 → 100644
Empty file.
Empty file modified config.guess
100755 → 100644
Empty file.
Empty file modified config.sub
100755 → 100644
Empty file.
Empty file modified configure
100755 → 100644
Empty file.
Empty file modified dbgen.pl
100755 → 100644
Empty file.
Empty file modified dbgenattr.pl
100755 → 100644
Empty file.
Empty file modified depcomp
100755 → 100644
Empty file.
Empty file modified doc/apibuild.py
100755 → 100644
Empty file.
Empty file modified doc/examples/index.py
100755 → 100644
Empty file.
Empty file modified doc/index.py
100755 → 100644
Empty file.
Empty file modified genUnicode.py
100755 → 100644
Empty file.
Empty file modified gentest.py
100755 → 100644
Empty file.
Empty file modified install-sh
100755 → 100644
Empty file.
Empty file modified ltmain.sh
100755 → 100644
Empty file.
Empty file modified missing
100755 → 100644
Empty file.
Empty file modified mkinstalldirs
100755 → 100644
Empty file.
Empty file modified python/generator.py
100755 → 100644
Empty file.
Empty file modified python/setup.py
100755 → 100644
Empty file.
Empty file modified python/setup.py.in
100755 → 100644
Empty file.
Empty file modified python/tests/attribs.py
100755 → 100644
Empty file.
Empty file modified python/tests/build.py
100755 → 100644
Empty file.
Empty file modified python/tests/compareNodes.py
100755 → 100644
Empty file.
Empty file modified python/tests/ctxterror.py
100755 → 100644
Empty file.
Empty file modified python/tests/cutnpaste.py
100755 → 100644
Empty file.
Empty file modified python/tests/dtdvalid.py
100755 → 100644
Empty file.
Empty file modified python/tests/error.py
100755 → 100644
Empty file.
Empty file modified python/tests/inbuf.py
100755 → 100644
Empty file.
Empty file modified python/tests/indexes.py
100755 → 100644
Empty file.
Empty file modified python/tests/nsdel.py
100755 → 100644
Empty file.
Empty file modified python/tests/outbuf.py
100755 → 100644
Empty file.
Empty file modified python/tests/push.py
100755 → 100644
Empty file.
Empty file modified python/tests/pushSAX.py
100755 → 100644
Empty file.
Empty file modified python/tests/pushSAXhtml.py
100755 → 100644
Empty file.
Empty file modified python/tests/reader.py
100755 → 100644
Empty file.
Empty file modified python/tests/reader2.py
100755 → 100644
Empty file.
Empty file modified python/tests/reader3.py
100755 → 100644
Empty file.
Empty file modified python/tests/reader4.py
100755 → 100644
Empty file.
Empty file modified python/tests/reader5.py
100755 → 100644
Empty file.
Empty file modified python/tests/reader6.py
100755 → 100644
Empty file.
Empty file modified python/tests/reader7.py
100755 → 100644
Empty file.
Empty file modified python/tests/reader8.py
100755 → 100644
Empty file.
Empty file modified python/tests/readernext.py
100755 → 100644
Empty file.
Empty file modified python/tests/relaxng.py
100755 → 100644
Empty file.
Empty file modified python/tests/resolver.py
100755 → 100644
Empty file.
Empty file modified python/tests/schema.py
100755 → 100644
Empty file.
Empty file modified python/tests/serialize.py
100755 → 100644
Empty file.
Empty file modified python/tests/sync.py
100755 → 100644
Empty file.
Empty file modified python/tests/thread2.py
100755 → 100644
Empty file.
Empty file modified python/tests/tst.py
100755 → 100644
Empty file.
Empty file modified python/tests/tstLastError.py
100755 → 100644
Empty file.
Empty file modified python/tests/tstURI.py
100755 → 100644
Empty file.
Empty file modified python/tests/tstmem.py
100755 → 100644
Empty file.
Empty file modified python/tests/tstxpath.py
100755 → 100644
Empty file.
Empty file modified python/tests/validDTD.py
100755 → 100644
Empty file.
Empty file modified python/tests/validRNG.py
100755 → 100644
Empty file.
Empty file modified python/tests/validSchemas.py
100755 → 100644
Empty file.
Empty file modified python/tests/validate.py
100755 → 100644
Empty file.
Empty file modified python/tests/walker.py
100755 → 100644
Empty file.
Empty file modified python/tests/xpath.py
100755 → 100644
Empty file.
Empty file modified python/tests/xpathext.py
100755 → 100644
Empty file.
Empty file modified python/tests/xpathns.py
100755 → 100644
Empty file.
Empty file modified python/tests/xpathret.py
100755 → 100644
Empty file.
Empty file modified regressions.py
100755 → 100644
Empty file.
Empty file modified result/c14n/1-1-without-comments/example-1
100755 → 100644
Empty file.
Empty file modified result/c14n/1-1-without-comments/example-2
100755 → 100644
Empty file.
Empty file modified result/c14n/1-1-without-comments/example-3
100755 → 100644
Empty file.
Empty file modified result/c14n/1-1-without-comments/example-4
100755 → 100644
Empty file.
Empty file modified result/c14n/1-1-without-comments/example-5
100755 → 100644
Empty file.
Empty file modified result/c14n/1-1-without-comments/example-6
100755 → 100644
Empty file.
Empty file modified result/c14n/1-1-without-comments/example-7
100755 → 100644
Empty file.
Empty file modified result/c14n/1-1-without-comments/example-8
100755 → 100644
Empty file.
Empty file modified test/SVG/4rects.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/a-valid.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/a-wf.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/bike.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/circle.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/defs.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/desc.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/ellipse.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/flower2.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/gradient.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/group01.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/group02.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/group03.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/image-valid.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/image-wf.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/lin-gradient.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/marker.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/mask.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/mathswitch.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/parentns.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/path01.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/path02.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/patternfill.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/polyline.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/private.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/rad-gradient.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/rectangle.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/richdesc.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/script.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/structure01.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/style.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/switch.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/symbol-use.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/template.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/text01.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/text02.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/text03.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/toap01.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/toap02.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/transform.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/trivial.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/twin-gradients.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/v-template.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/viewport-nest.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/viewport-transform.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/viewport.xml
100755 → 100644
Empty file.
Empty file modified test/SVG/wf-template.xml
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/doc.dtd
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/example-1.xml
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/example-2.xml
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/example-3.xml
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/example-4.xml
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/example-5.xml
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/example-6.xml
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/example-7.xml
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/example-7.xpath
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/example-8.xml
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/example-8.xpath
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/world.txt
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmlbase-prop-1.xml
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmlbase-prop-1.xpath
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmlbase-prop-2.xml
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmlbase-prop-2.xpath
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmlbase-prop-3.xml
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmlbase-prop-3.xpath
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmlbase-prop-4.xml
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmlbase-prop-4.xpath
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmlbase-prop-5.xml
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmlbase-prop-5.xpath
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmlbase-prop-6.xml
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmlbase-prop-6.xpath
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmlbase-prop-7.xml
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmlbase-prop-7.xpath
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmlid-prop-1.xpath
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmlid-prop-2.xpath
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmllang-prop-1.xpath
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmllang-prop-2.xpath
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmllang-prop-3.xpath
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmllang-prop-4.xpath
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmlspace-prop-1.xpath
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmlspace-prop-2.xpath
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmlspace-prop-3.xpath
100755 → 100644
Empty file.
Empty file modified test/c14n/1-1-without-comments/xmlspace-prop-4.xpath
100755 → 100644
Empty file.
Empty file modified test/schemas/any6_0.xml
100755 → 100644
Empty file.
Empty file modified test/schemas/any7_0.xml
100755 → 100644
Empty file.
Empty file modified test/schemas/any7_1.xml
100755 → 100644
Empty file.
Empty file modified test/schemas/any7_1.xsd
100755 → 100644
Empty file.
Empty file modified test/schemas/any7_2.xsd
100755 → 100644
Empty file.
Empty file modified test/schemas/bug152470_1.xml
100755 → 100644
Empty file.
Empty file modified test/schemas/bug152470_1.xsd
100755 → 100644
Empty file.
Empty file modified test/schemas/import-bad-1_0.imp
100755 → 100644
Empty file.
Empty file modified test/schemas/vdv-first4_0.xsd
100755 → 100644
Empty file.
Empty file modified test/valid/dtds/spec.dtd
100755 → 100644
Empty file.
Empty file modified vms/build_libxml.com
100755 → 100644
Empty file.
Empty file modified vms/config.vms
100755 → 100644
Empty file.
Empty file modified xstc/xstc-to-python.xsl
100755 → 100644
Empty file.
Empty file modified xstc/xstc.py
100755 → 100644
Empty file.

0 comments on commit d6130ca

Please sign in to comment.