projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e59afa
)
Remove unused CMake command to build native test assets as par… (dotnet/coreclr#26454)
author
Jeremy Koritzinsky
<jekoritz@microsoft.com>
Mon, 9 Sep 2019 18:14:48 +0000
(11:14 -0700)
committer
GitHub
<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
patch
|
blob
|
history
diff --git
a/src/coreclr/CMakeLists.txt
b/src/coreclr/CMakeLists.txt
index
0a874de
..
6b4104f
100644
(file)
--- a/
src/coreclr/CMakeLists.txt
+++ b/
src/coreclr/CMakeLists.txt
@@
-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