summaryrefslogtreecommitdiff
path: root/codec
diff options
context:
space:
mode:
authorLuis Ibanez <luis.ibanez@gmail.com>2010-08-31 23:37:21 +0000
committerLuis Ibanez <luis.ibanez@gmail.com>2010-08-31 23:37:21 +0000
commit760205958de7625d216dabf00503e9a407a9bbf2 (patch)
treef1265449c1ba9b065c5ae66025c5fd69036ba3d0 /codec
parent392d33cb85ad93d09d2c01b0bf17357c6a9546bd (diff)
COMP: Moving to the parent directory the set INCLUDE_DIRECTORIES command.
Given that files in "codec" look for files in "libjp3dvm", and files in "libjp3dvm" look for header files in "codec".
Diffstat (limited to 'codec')
-rw-r--r--codec/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/codec/CMakeLists.txt b/codec/CMakeLists.txt
index 87bdc025..5ed13e70 100644
--- a/codec/CMakeLists.txt
+++ b/codec/CMakeLists.txt
@@ -25,11 +25,6 @@ IF(DONT_HAVE_GETOPT)
ENDIF(DONT_HAVE_GETOPT)
-# Headers file are located here:
-INCLUDE_DIRECTORIES(
- ${CMAKE_CURRENT_SOURCE_DIR}/../libjp3dvm
- )
-
# Do the proper thing when building static...if only there was configured
# headers or def files instead
#IF(NOT BUILD_SHARED_LIBS)