diff --git a/simd/CMakeLists.txt b/simd/CMakeLists.txt index 25bd290f..b16c4678 100755 --- a/simd/CMakeLists.txt +++ b/simd/CMakeLists.txt @@ -1,5 +1,5 @@ if(NOT DEFINED NASM) - set(NASM nasm CACHE PATH "Path to NASM/YASM executable") + set(NASM nasm CACHE FILEPATH "Path to NASM/YASM executable") endif() if(SIMD_X86_64)