aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b8e5c7901..3814453ae 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -65,6 +65,6 @@ add_custom_target(dist
add_dependencies(shiboken shiboken_generator)
-install(TARGETS shiboken_generator DESTINATION ${LIB_INSTALL_DIR})
+install(TARGETS shiboken_generator DESTINATION ${GENERATORRUNNER_PUGIN_DIR})
install(TARGETS shiboken DESTINATION bin)