summaryrefslogtreecommitdiffstats
path: root/Source/cmake/OptionsCommon.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmake/OptionsCommon.cmake')
-rw-r--r--Source/cmake/OptionsCommon.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake/OptionsCommon.cmake b/Source/cmake/OptionsCommon.cmake
index be465fa..ac0811d 100644
--- a/Source/cmake/OptionsCommon.cmake
+++ b/Source/cmake/OptionsCommon.cmake
@@ -5,7 +5,7 @@ SET(WTF_INCLUDE_DIRECTORIES
"${JAVASCRIPTCORE_DIR}"
"${JAVASCRIPTCORE_DIR}/wtf"
"${JAVASCRIPTCORE_DIR}/wtf/unicode"
- "${DERIVED_SOURCES_DIR}"
+ "${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}"
)
IF (WTF_OS_UNIX)