Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Merge requests
!79
cmake/LibXML2: drop linking with libiconv on linux
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
cmake/LibXML2: drop linking with libiconv on linux
Miezhiko/alchemy-next:iconv_is_part_of_libc
into
main
Overview
1
Commits
1
Pipelines
0
Changes
1
Closed
Miezhiko
requested to merge
Miezhiko/alchemy-next:iconv_is_part_of_libc
into
main
2 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
as it's a part of libc
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
5158185e
1 commit,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
indra/cmake/LibXML2.cmake
+
1
−
1
Options
@@ -14,7 +14,7 @@ else(USESYSTEMLIBS)
optimized
${
ARCH_PREBUILT_DIRS_RELEASE
}
/libxml2_a.lib
)
else
()
set
(
LIBXML2_LIBRARIES xml2
iconv
)
set
(
LIBXML2_LIBRARIES xml2
)
endif
()
set
(
LIBXML2_INCLUDE_DIRS
${
LIBS_PREBUILT_DIR
}
/include/libxml2
)
endif
(
USESYSTEMLIBS
)
Loading