瀏覽代碼

CMakeLists.txt: remove some harmless stuff that accidentally slipped in

ambrop7 13 年之前
父節點
當前提交
8c43c8fcf8
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      CMakeLists.txt

+ 0 - 6
CMakeLists.txt

@@ -77,7 +77,6 @@ include_directories(
     ${LIBCRYPTO_INCLUDE_DIRS}
     ${NSPR_INCLUDE_DIRS}
     ${NSS_INCLUDE_DIRS}
-    ${FUSE_INCLUDE_DIRS}
     ${GLIB2_INCLUDE_DIR}
     lwip/custom
     lwip/src/include
@@ -88,11 +87,6 @@ link_directories(
     ${LIBCRYPTO_LIBRARY_DIRS}
     ${NSPR_LIBRARY_DIRS}
     ${NSS_LIBRARY_DIRS}
-    ${FUSE_LIBRARY_DIRS}
-)
-
-add_definitions(
-    ${FUSE_CFLAGS}
 )
 
 test_big_endian(BIG_ENDIAN)