]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
CMakeLists.txt: use check_c_source_runs instead of check_c_source_compiles
authorRené J.V. Bertin <rjvbertin@gmail.com>
Thu, 11 Jun 2015 20:08:19 +0000 (22:08 +0200)
committerMika Lindqvist <postmaster@raasu.org>
Mon, 13 Feb 2017 10:41:50 +0000 (12:41 +0200)
commit0b8418eabf6b373c9a79a6ba847a90e9b984f033
tree15a91b84f9553fa37a1917c433b27d9c25647545
parent82b13dd4bdb7e2e04fe28abab519c66f265c53ca
CMakeLists.txt: use check_c_source_runs instead of check_c_source_compiles
to try to avoid using intrinsics and an instruction set the compiler
knows but the host CPU doesn't support.
CMakeLists.txt