Apply suggestions from code review

Co-Authored-By: Patrick Boettcher <patrick.boettcher@posteo.de>
This commit is contained in:
Bergmann89 2019-07-22 19:32:47 +02:00 committed by GitHub
parent b363160d52
commit 513eca8d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,6 +120,6 @@ if (BUILD_TESTS)
add_subdirectory(test)
endif()
install ( EXPORT json-schema-validator
NAMESPACE json-schema-validator::
DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}" )
install(EXPORT json-schema-validator
NAMESPACE json-schema-validator::
DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}")