summaryrefslogtreecommitdiffstats
path: root/coin/module_config.yaml
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@qt.io>2019-05-22 16:30:47 +0200
committerJędrzej Nowacki <jedrzej.nowacki@qt.io>2019-05-22 14:52:01 +0000
commit87bb219a7218b4f6c66bf3d2b237c21cd24b7036 (patch)
tree97fa5cea2a36d0b589ec221a638912fd528e6292 /coin/module_config.yaml
parent8aab0cfabaccb9860e88ea00d25df60c900608f5 (diff)
Move some configure arguments from qt5 configuration file
These arguments are specific to the build and changes to them are _not_ affecting configuration. Change-Id: I8c46a0dbea8978f13e78c5cb8f41987f4fde09c8 Reviewed-by: Qt CMake Build Bot Reviewed-by: Liang Qi <liang.qi@qt.io>
Diffstat (limited to 'coin/module_config.yaml')
-rw-r--r--coin/module_config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 9463bc7253..5290784a19 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -11,7 +11,7 @@ build_instructions:
- type: ChangeDirectory
directory: "{{.BuildDir}}"
- type: ExecuteCommand
- command: cmake {{.Env.CONFIGURE_ARGS}}
+ command: cmake {{.Env.CONFIGURE_ARGS}} -DCMAKE_INSTALL_PREFIX:PATH={{.InstallDir}} {{.SourceDir}}
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 120
userMessageOnFailure: >