build: correct the SIMD option test

This commit is contained in:
Danny Robson 2019-06-18 11:25:30 +10:00
parent 7af1268db8
commit 8e346d7717

View File

@ -510,7 +510,7 @@ list (
option (SIMD "enable simd support" OFF)
if (SIM)
if (SIMD)
list (APPEND UTIL_FILES
"coord/simd.cpp"
"coord/simd.hpp"