💄 fixed some warnings

This commit is contained in:
Niels Lohmann 2017-02-22 20:48:29 +01:00
parent a646c9c599
commit b49ce351eb
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -25,7 +25,7 @@ target_include_directories(${JSON_TARGET_NAME} INTERFACE
$<INSTALL_INTERFACE:${JSON_INCLUDE_DESTINATION}>) $<INSTALL_INTERFACE:${JSON_INCLUDE_DESTINATION}>)
# create and configure the unit test target # create and configure the unit test target
if (BuildTests) if(BuildTests)
add_subdirectory(test) add_subdirectory(test)
endif() endif()