aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tom.gall@linaro.org>2011-12-22 15:43:23 -0600
committerTom Gall <tom.gall@linaro.org>2011-12-22 15:43:23 -0600
commitb5fb70e3aa8d3675c8079446b4f79948f16e67b5 (patch)
tree0cb3d042ecb901695dd26d046f2c79eddcb8c8be
parent4494264f052d37efc636af4fb461e8a4f334cf28 (diff)
r725 : Expose NASM variable in ccmake
-rwxr-xr-xsimd/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/simd/CMakeLists.txt b/simd/CMakeLists.txt
index 397a9f3..0eacebe 100755
--- a/simd/CMakeLists.txt
+++ b/simd/CMakeLists.txt
@@ -1,5 +1,5 @@
if(NOT DEFINED NASM)
- set(NASM nasm)
+ set(NASM nasm CACHE PATH "Path to NASM/YASM executable")
endif()
if(SIMD_X86_64)