blob: 141efe565674fa45d0e3caee0fa32ff836456e24 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- src/lcms/CMakeLists.txt 2008-02-19 18:02:38.000000000 -0300
+++ src/lcms/CMakeLists.txt 2012-05-01 10:36:07.000000000 -0300
@@ -1,8 +1,6 @@
-# Note that this will override the basic include path, which we want since there might be a stock
-# lcms.h in the OS.
-SET_DIRECTORY_PROPERTIES(
- PROPERTIES
- INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}/include"
+INCLUDE_DIRECTORIES(
+ BEFORE
+ ${CMAKE_CURRENT_SOURCE_DIR}/include
)
SET(LCMSLOCAL_SOURCES
|