fix: find iconv if we include it
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
|
|
||||||
@PACKAGE_INIT@
|
@PACKAGE_INIT@
|
||||||
|
|
||||||
|
# Find Iconv if we have found it.
|
||||||
|
if ("@Iconv_FOUND@")
|
||||||
|
find_package(Iconv REQUIRED)
|
||||||
|
endif ()
|
||||||
|
|
||||||
# Include targets file
|
# Include targets file
|
||||||
include("${CMAKE_CURRENT_LIST_DIR}/YYCCommonplaceTargets.cmake")
|
include("${CMAKE_CURRENT_LIST_DIR}/YYCCommonplaceTargets.cmake")
|
||||||
|
|
||||||
check_required_components(YYCCommonplace)
|
check_required_components(YYCCommonplace)
|
||||||
|
|||||||
Reference in New Issue
Block a user