💄 fixed some warnings
This commit is contained in:
parent
a646c9c599
commit
b49ce351eb
1 changed files with 8 additions and 8 deletions
|
@ -25,7 +25,7 @@ target_include_directories(${JSON_TARGET_NAME} INTERFACE
|
|||
$<INSTALL_INTERFACE:${JSON_INCLUDE_DESTINATION}>)
|
||||
|
||||
# create and configure the unit test target
|
||||
if (BuildTests)
|
||||
if(BuildTests)
|
||||
add_subdirectory(test)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue