From 390609a4f4a635c10dfc06c5601bdbc614b7681a Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 6 Jun 2015 14:05:59 +0000 Subject: [PATCH] [UDFS] Enable the GCC build now. CORE-9774 svn path=/trunk/; revision=68041 --- reactos/drivers/filesystems/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/reactos/drivers/filesystems/CMakeLists.txt b/reactos/drivers/filesystems/CMakeLists.txt index a9ffab14a54..20a81aef955 100644 --- a/reactos/drivers/filesystems/CMakeLists.txt +++ b/reactos/drivers/filesystems/CMakeLists.txt @@ -8,7 +8,4 @@ add_subdirectory(msfs) add_subdirectory(mup) add_subdirectory(npfs) add_subdirectory(ntfs) -if(MSVC) - # FIXME: Make sure this compiles with the *nix builder before enabling it - add_subdirectory(udfs) -endif() +add_subdirectory(udfs) -- 2.17.1