summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/c_runtime/sin
diff options
context:
space:
mode:
authorGeoff Norton <grompf@gmail.com>2015-02-04 10:58:39 -0800
committerGeoff Norton <grompf@gmail.com>2015-02-06 08:57:15 -0800
commit9b41bda7784149229565f9a5ec4a9a9a1e8e2368 (patch)
tree2e3c4015f6783ed4f2df27688bca7de9ba334a60 /src/pal/tests/palsuite/c_runtime/sin
parenta67cc0ae103b806b16d25f8c43d47653f7de8385 (diff)
downloadcoreclr-9b41bda7784149229565f9a5ec4a9a9a1e8e2368.tar.gz
coreclr-9b41bda7784149229565f9a5ec4a9a9a1e8e2368.tar.bz2
coreclr-9b41bda7784149229565f9a5ec4a9a9a1e8e2368.zip
lrt is not cross platform, lets put this back in when we verify this branch on linux
Diffstat (limited to 'src/pal/tests/palsuite/c_runtime/sin')
-rw-r--r--src/pal/tests/palsuite/c_runtime/sin/test1/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pal/tests/palsuite/c_runtime/sin/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sin/test1/CMakeLists.txt
index 30d40ddb60..ac1f644124 100644
--- a/src/pal/tests/palsuite/c_runtime/sin/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sin/test1/CMakeLists.txt
@@ -14,7 +14,6 @@ add_dependencies(paltest_sin_test1 CoreClrPal)
target_link_libraries(paltest_sin_test1
pthread
- rt
m
CoreClrPal
)