CMake: don't explictly create Tests/ directory

This commit is contained in:
Michael Maltese
2017-05-22 00:19:13 -07:00
parent 41fb6db6e3
commit ea35549e00
-1
View File
@@ -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