File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ endforeach ()
223223
224224if (LNX)
225225 set (ABSL_TARGETS "${ABSL_TARGETS} ;${ABSL_TARGETS} " )
226- endif ()
226+ endif ()
227227
228228if (TARGET Absl::symbolize)
229229 set_target_properties (
Original file line number Diff line number Diff line change @@ -13,10 +13,7 @@ find_library(
1313 NO_DEFAULT_PATH
1414)
1515
16-
17- find_package_handle_standard_args (
18- Exiv2 REQUIRED_VARS Exiv2_LIBRARY Exiv2_INCLUDE_DIR
19- )
16+ find_package_handle_standard_args (Exiv2 REQUIRED_VARS Exiv2_LIBRARY Exiv2_INCLUDE_DIR)
2017
2118if (Exiv2_FOUND AND NOT TARGET Exiv2::Exiv2)
2219 add_library (Exiv2::Exiv2 UNKNOWN IMPORTED )
Original file line number Diff line number Diff line change @@ -13,15 +13,11 @@ find_library(
1313 NO_DEFAULT_PATH
1414)
1515
16- find_package_handle_standard_args (
17- Inih REQUIRED_VARS Inih_LIBRARY Inireader_LIBRARY
18- )
16+ find_package_handle_standard_args (Inih REQUIRED_VARS Inih_LIBRARY Inireader_LIBRARY)
1917
2018if (Inih_FOUND AND NOT TARGET Inih::Inih)
2119 add_library (Inih::Inih UNKNOWN IMPORTED )
22- set_target_properties (
23- Inih::Inih PROPERTIES IMPORTED_LOCATION "${Inih_LIBRARY} "
24- )
20+ set_target_properties (Inih::Inih PROPERTIES IMPORTED_LOCATION "${Inih_LIBRARY} " )
2521
2622 add_library (Inih::Inireader UNKNOWN IMPORTED )
2723 set_target_properties (
You can’t perform that action at this time.
0 commit comments