Loading CMakeLists.txt +2 −2 Original line number Diff line number Diff line Loading @@ -103,7 +103,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 +2 −2 Original line number Diff line number Diff line Loading @@ -103,7 +103,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