Loading CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,7 @@ find_package(Date REQUIRED) option(CREATE_CHECK_PARENTS "Check parent directory existance before creating child node" ON) message(STATUS "[gekkofs] Create checks parents: ${CREATE_CHECK_PARENTS}") option(SYMLINK_SUPPORT "Compile with support for symlinks" ON) option(SYMLINK_SUPPORT "Compile with support for symlinks" OFF) if(SYMLINK_SUPPORT) add_definitions(-DHAS_SYMLINKS) endif() Loading Loading
CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,7 @@ find_package(Date REQUIRED) option(CREATE_CHECK_PARENTS "Check parent directory existance before creating child node" ON) message(STATUS "[gekkofs] Create checks parents: ${CREATE_CHECK_PARENTS}") option(SYMLINK_SUPPORT "Compile with support for symlinks" ON) option(SYMLINK_SUPPORT "Compile with support for symlinks" OFF) if(SYMLINK_SUPPORT) add_definitions(-DHAS_SYMLINKS) endif() Loading