💄 fixed some warnings
This commit is contained in:
parent
a646c9c599
commit
b49ce351eb
@ -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 New Issue
Block a user