浏览代码

STYLE: Fix wrong comment in CMakeLists.txt

Jean-Christophe Fillion-Robin 15 年之前
父节点
当前提交
a966f90927
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -222,7 +222,7 @@ OPTION(CTK_USE_KWSTYLE     "Enable sourcecode-based style tests." OFF)
 #       OPT2:ON
 #       )
 #
-# In addition to 'CTK_LIB_Visualization/XIP' option, the following ones
+# In addition to 'CTK_LIB_<DIR>/<LIBNAME>' option, the following ones
 # will also be available in CMake configure menu:
 #  CTK_LIB_<DIR>/<LIBNAME>_OPT1  (set to OFF)
 #  CTK_LIB_<DIR>/<LIBNAME>_OPT2  (set to ON)