diff --git a/wmake/rules/General/CGAL b/wmake/rules/General/CGAL
index 4e7e3b4ef953606865d993ad45cd1db7eeb7e71f..b31cd53a7fc46706aa52c6beeed24df5cb6e6893 100644
--- a/wmake/rules/General/CGAL
+++ b/wmake/rules/General/CGAL
@@ -1,7 +1,4 @@
-CGAL_PATH = ${WM_THIRD_PARTY_DIR}/CGAL-${CGAL_VERSION}
-
 CGAL_INC = \
     -Wno-old-style-cast \
     -I${CGAL_SRC}/include \
-    -I${CGAL_PATH} \
-    -I${BOOST_SRC}
+    -I${BOOST_ROOT}/include/boost-${BOOST_LIB_VERSION}