-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CMake build for missing libraries
The test for jackson and resteasy library was failing because the variable is undefined when the libraries are not provided with the package. Since CMake test works with variables considering false when the variable is undefined the all the is statements have been modified to check if the variable is defined. https://cmake.org/cmake/help/latest/command/if.html#variable
- Loading branch information
Showing
1 changed file
with
57 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters