From a225ed43778f7817731aef981d541d3bb2216c69 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Wed, 29 May 2019 23:25:08 +0200 Subject: [PATCH] cmake: there is no conflict anymore between radiant directory and netradiant file --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" ) -- 2.39.2