diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-05 00:16:56 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-05 00:16:56 +0200 |
commit | 2c661323fac0ba5a54d134a49632c31e7c4ffaa1 (patch) | |
tree | 4b9f1fb52f7d08ee655d1a9465dc5f3dec0ea0c2 /reference/etc/macros.cmake | |
parent | e596d761c57a4743e0e0e33bed1ca67a3c3f0d82 (diff) |
Adding LANGUAGES to the project. Better compiler version detection
Change-Id: I0c363ad462623d02259ef6cf1812e3fa704c75aa
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'reference/etc/macros.cmake')
-rw-r--r-- | reference/etc/macros.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reference/etc/macros.cmake b/reference/etc/macros.cmake index a002d95..72f55f0 100644 --- a/reference/etc/macros.cmake +++ b/reference/etc/macros.cmake @@ -131,7 +131,7 @@ set(CMP0048 1) # Include project configuration # ------------------------------ -project(${NAME} VERSION ${VERSION}) +project(${PROJECT_NAME} VERSION ${PROJECT_VERSION} LANGUAGES ${PROJECT_LANGUAGES}) set(PROJECT_WGT_DIR "packaging/wgt" CACHE PATH "Subpath to the widget directory") set(PROJECT_LIBDIR "libs" CACHE PATH "Subpath to libraries") set(PROJECT_RESOURCES "data" CACHE PATH "Subpath to data") |