diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-04 20:09:33 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-04 20:09:33 +0200 |
commit | 5ada5e9225122f2c51277e1816a52a4a6ff79ec7 (patch) | |
tree | aa0e5970999f8ed621f842964c9f64809911297f /templates/html5/app/CMakeLists.txt | |
parent | 453eaf61f02b19b7fa5ac3f71243ca9d5ee63317 (diff) |
Update template to the reference
Change-Id: I20dbf83d4de0986c0b5d9aa2322f9f2450449037
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'templates/html5/app/CMakeLists.txt')
-rw-r--r-- | templates/html5/app/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/html5/app/CMakeLists.txt b/templates/html5/app/CMakeLists.txt index ec66f01..80bb600 100644 --- a/templates/html5/app/CMakeLists.txt +++ b/templates/html5/app/CMakeLists.txt @@ -31,8 +31,5 @@ PROJECT_TARGET_ADD(html5-example) # Binder exposes a unique public entry point SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES - PREFIX "" LABELS "HTDOCS" OUTPUT_NAME dist.prod) - -populate_widget() |