mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-12 10:13:51 +01:00
Use keyword NOT instead of !
Cmake does not understand '!'.
This commit is contained in:
parent
4be2a79a37
commit
7dbf0d862f
@ -13,7 +13,7 @@ if(INSTALL_HEADERS)
|
||||
install(DIRECTORY include/ DESTINATION include)
|
||||
endif()
|
||||
|
||||
if(!BUILD_TESTS AND !BUILD_EXAMPLES)
|
||||
if(NOT BUILD_TESTS AND NOT BUILD_EXAMPLES)
|
||||
return()
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user