From ea35549e0046e794bfa591aafc344fc3fdf0e83c Mon Sep 17 00:00:00 2001 From: Michael Maltese Date: Sat, 20 May 2017 16:09:47 -0700 Subject: [PATCH] CMake: don't explictly create Tests/ directory --- Source/UnitTests/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/UnitTests/CMakeLists.txt b/Source/UnitTests/CMakeLists.txt index 4f97ce5793..b5f9ad6f43 100644 --- a/Source/UnitTests/CMakeLists.txt +++ b/Source/UnitTests/CMakeLists.txt @@ -5,7 +5,6 @@ endif() if(ANDROID) set(LIBS ${LIBS} android log) endif() -file(MAKE_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/Tests) # Since this is a Core dependency, it can't be linked as a normal library. # Otherwise CMake inserts the library after core, but before other core