]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Modify CHECK_C_SOURCE_* checks to fix builds using Visual Studio 12.
authorAndres Mejia <amejia004@gmail.com>
Fri, 1 Feb 2013 21:52:19 +0000 (16:52 -0500)
committerAndres Mejia <amejia004@gmail.com>
Fri, 1 Feb 2013 21:52:19 +0000 (16:52 -0500)
commitd7bd02b6d88a489ad170de3014d56c409325215b
tree96b4f8af1977703621ff33d6c1bc4516f9050a82
parente136add09e3bf72ebb275aa3325ead4f424f7532
Modify CHECK_C_SOURCE_* checks to fix builds using Visual Studio 12.

This is needed to fix build failures using Visual Studio 12 and using libraries such as liblzma which
have been built without the "/SAFESEH" linker flag (which is the usual case for libraries built using
the mingw toolchain).
CMakeLists.txt
build/cmake/LibarchiveCheckCSourceCompiles.cmake [new file with mode: 0644]
build/cmake/LibarchiveCheckCSourceRuns.cmake [new file with mode: 0644]