summaryrefslogtreecommitdiff
path: root/src/unwinder/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/unwinder/CMakeLists.txt')
-rw-r--r--src/unwinder/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/unwinder/CMakeLists.txt b/src/unwinder/CMakeLists.txt
index 5cd7bae337..9a5d7829c8 100644
--- a/src/unwinder/CMakeLists.txt
+++ b/src/unwinder/CMakeLists.txt
@@ -19,10 +19,6 @@ list(APPEND UNWINDER_SOURCES
convert_to_absolute_path(UNWINDER_SOURCES ${UNWINDER_SOURCES})
-if(CLR_CMAKE_PLATFORM_UNIX)
- add_compile_options(-fPIC)
-endif(CLR_CMAKE_PLATFORM_UNIX)
-
if(CLR_CMAKE_PLATFORM_UNIX)
add_subdirectory(wks)
endif(CLR_CMAKE_PLATFORM_UNIX)