From: Thomas Debesse <dev@illwieckz.net>
Date: Wed, 29 May 2019 21:25:08 +0000 (+0200)
Subject: cmake: there is no conflict anymore between radiant directory and netradiant file
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a225ed43778f7817731aef981d541d3bb2216c69;p=xonotic%2Fnetradiant.git

cmake: there is no conflict anymore between radiant directory and netradiant file
---

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7e150550..f7868846 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -290,7 +290,7 @@ if (BUILD_BINARIES)
     endmacro ()
 
     if (BUILD_RADIANT)
-        add_subdirectory(radiant _radiant)
+        add_subdirectory(radiant)
         set_target_properties(${RADIANT_BASENAME} PROPERTIES
         COMPILE_DEFINITIONS RADIANT_EXECUTABLE="${RADIANT_EXECUTABLE}"
     )