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:
authorCampbell Barton <ideasman42@gmail.com>2013-07-16 15:42:07 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-07-16 15:42:07 +0400
commit925c5010e8d5a132d4f64622602fddef1344211e (patch)
tree00bfae89ec41d86e79f9a1e5f2b791e71fc042a4 /intern/smoke
parent7430701600ec1bd5538af2f816c36e8187f0beeb (diff)
fix for checking char arrays against NULL, instead check their first character. also remove some dead code (return directly after return).
Diffstat (limited to 'intern/smoke')
-rw-r--r--intern/smoke/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/smoke/CMakeLists.txt b/intern/smoke/CMakeLists.txt
index b6338f90ebc..2ca423dc73e 100644
--- a/intern/smoke/CMakeLists.txt
+++ b/intern/smoke/CMakeLists.txt
@@ -95,7 +95,7 @@ endif()
if(WITH_FFTW3)
add_definitions(-DWITH_FFTW3)
- list(APPEND INC
+ list(APPEND INC_SYS
${FFTW3_INCLUDE_DIRS}
)
endif()