From 513eca8d47de6bcf89dc319b8956bb075a4937ee Mon Sep 17 00:00:00 2001 From: Bergmann89 Date: Mon, 22 Jul 2019 19:32:47 +0200 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: Patrick Boettcher --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd2e3fb..d2f193c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}")