Remove unused CMake command to build native test assets as par… (dotnet/coreclr#26454)
authorJeremy Koritzinsky <jekoritz@microsoft.com>
Mon, 9 Sep 2019 18:14:48 +0000 (11:14 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Sep 2019 18:14:48 +0000 (11:14 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/2af6907b5258ac3e13d7938f2c22db81eb0af5aa

src/coreclr/CMakeLists.txt

index 0a874de..6b4104f 100644 (file)
@@ -181,13 +181,6 @@ if(WIN32)
   add_compile_options(/Zl) # omit default library name in .OBJ
 endif(WIN32)
 
-#------------------------------
-# Add Test Directory
-#------------------------------
-if(CLR_CMAKE_BUILD_TESTS)
-  add_subdirectory(tests)
-endif(CLR_CMAKE_BUILD_TESTS)
-
 #--------------------------------
 # Definition directives
 #  - all clr specific compile definitions should be included in this file