From e8b1bcd2169909c831d046ffc0672aabad539d7b Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 6 Oct 2021 00:54:57 -0400 Subject: remove FOUND_VAR should also fix compilation in some situations because of sigc++ --- cmake/Findnlohmann_json.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'cmake/Findnlohmann_json.cmake') diff --git a/cmake/Findnlohmann_json.cmake b/cmake/Findnlohmann_json.cmake index 9b40b14..4be1475 100644 --- a/cmake/Findnlohmann_json.cmake +++ b/cmake/Findnlohmann_json.cmake @@ -22,7 +22,6 @@ set(NLOHMANN_JSON_LIBRARIES "") include(FindPackageHandleStandardArgs) find_package_handle_standard_args(nlohmann_json - FOUND_VAR NLOHMANN_JSON_FOUND REQUIRED_VARS NLOHMANN_JSON_INCLUDE_DIR VERSION_VAR NLOHMANN_JSON_VERSION) -- cgit v1.2.3