summaryrefslogtreecommitdiff
path: root/src/ildasm/exe/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/ildasm/exe/CMakeLists.txt')
-rw-r--r--src/ildasm/exe/CMakeLists.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ildasm/exe/CMakeLists.txt b/src/ildasm/exe/CMakeLists.txt
index 8a57044ce6..8b468f07a4 100644
--- a/src/ildasm/exe/CMakeLists.txt
+++ b/src/ildasm/exe/CMakeLists.txt
@@ -69,10 +69,6 @@ else()
oleaut32
shell32
)
-
- # We will generate PDB only for the debug configuration
- install (FILES ${CMAKE_CURRENT_BINARY_DIR}/$<CONFIG>/ildasm.pdb DESTINATION PDB)
-
endif(CLR_CMAKE_PLATFORM_UNIX)
-install (TARGETS ildasm DESTINATION .)
+install_clr(ildasm) \ No newline at end of file