Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Erwin <significant.bit@gmail.com>2011-07-22 01:34:28 +0400
committerMike Erwin <significant.bit@gmail.com>2011-07-22 01:34:28 +0400
commit6cd4716d1a55d9f1b407d0196604f31aabec6c5a (patch)
tree037e23e97cdbc68318f2fe77e110d86d878d22c4 /CMakeLists.txt
parent1cce0dd505b72b1e1b2188c9f72fa73d73e6ec4d (diff)
enable CMake builds with spacenav (contributed by Kevin Cozens)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cb59b35f406..19d9ea942a3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -457,7 +457,7 @@ if(UNIX AND NOT APPLE)
set(NDOF /usr)
set(NDOF_INC ${NDOF}/include)
set(NDOF_LIB spnav)
- set(NDOF_LIBPATH ${FFTW3}/lib)
+ set(NDOF_LIBPATH ${NDOF}/lib)
endif()
endif()