summaryrefslogtreecommitdiff
path: root/src/dlls/mscorrc/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/dlls/mscorrc/CMakeLists.txt')
-rw-r--r--src/dlls/mscorrc/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dlls/mscorrc/CMakeLists.txt b/src/dlls/mscorrc/CMakeLists.txt
index 8f67988a23..366ace4631 100644
--- a/src/dlls/mscorrc/CMakeLists.txt
+++ b/src/dlls/mscorrc/CMakeLists.txt
@@ -9,10 +9,6 @@ if(WIN32)
string(REPLACE "/guard:cf" "" CMAKE_SHARED_LINKER_FLAGS ${CMAKE_SHARED_LINKER_FLAGS})
endif(WIN32)
-if(CLR_CMAKE_PLATFORM_UNIX)
- add_compile_options(-fPIC)
-endif(CLR_CMAKE_PLATFORM_UNIX)
-
add_subdirectory(full)
# Only add the small version of the resources if the platform is Windows.