]> granicus.if.org Git - libjpeg-turbo/commit
Fix iOS/ARM[-64] build w/ newer versions of CMake
authorDRC <information@libjpeg-turbo.org>
Tue, 27 Feb 2018 17:36:43 +0000 (11:36 -0600)
committerDRC <information@libjpeg-turbo.org>
Tue, 27 Feb 2018 17:40:05 +0000 (11:40 -0600)
commit3c54642c813e0fee01209b21826c9924da7a4a46
tree6d1de81e36d9403ac2298633f3f88b4406d59567
parent367a838626576b4ff2a47cbd5a494199b800dc48
Fix iOS/ARM[-64] build w/ newer versions of CMake

Newer versions of CMake (known to be the case with 3.7.x and 3.10.x)
fail to add a space between CMAKE_C_FLAGS and CMAKE_ASM_FLAGS, which
causes the build to fail when using the official build procedure.

Closes #216
simd/CMakeLists.txt