mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-13 10:32:58 +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)
|
install(DIRECTORY include/ DESTINATION include)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(!BUILD_TESTS AND !BUILD_EXAMPLES)
|
if(NOT BUILD_TESTS AND NOT BUILD_EXAMPLES)
|
||||||
return()
|
return()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user