summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading/CreateProcessW/test1/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/tests/palsuite/threading/CreateProcessW/test1/CMakeLists.txt')
-rw-r--r--src/pal/tests/palsuite/threading/CreateProcessW/test1/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pal/tests/palsuite/threading/CreateProcessW/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateProcessW/test1/CMakeLists.txt
index 06c456527b..1d292845e0 100644
--- a/src/pal/tests/palsuite/threading/CreateProcessW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateProcessW/test1/CMakeLists.txt
@@ -14,7 +14,6 @@ add_dependencies(paltest_createprocessw_test1 CoreClrPal)
target_link_libraries(paltest_createprocessw_test1
pthread
- rt
m
CoreClrPal
)
@@ -32,7 +31,6 @@ add_dependencies(paltest_createprocessw_test1_child CoreClrPal)
target_link_libraries(paltest_createprocessw_test1_child
pthread
- rt
m
CoreClrPal
)