summaryrefslogtreecommitdiff
path: root/trunk/simd
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-11-29 09:01:23 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-11-29 09:01:23 +0000
commitb3b6c2c99a8c4f3b59c7ed709d8a1d2a3f47a537 (patch)
tree33476df7cd9e7cda84c558402f1b076ed3cd8e75 /trunk/simd
parentb7b4a538520f9bebc834a23c2675a640ee2c7272 (diff)
Expose NASM variable in ccmake
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@725 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/simd')
-rwxr-xr-xtrunk/simd/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/simd/CMakeLists.txt b/trunk/simd/CMakeLists.txt
index 397a9f3..0eacebe 100755
--- a/trunk/simd/CMakeLists.txt
+++ b/trunk/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)