diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-11-30 01:31:00 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-11-30 01:31:00 +0300 |
commit | 9baac11b290708be2e4c030a48f339dd9a652c2c (patch) | |
tree | eab4b11b62c9c1e7cdef8c6f2c480da148822ee5 /common.cmake | |
parent | C++17 by default (diff) | |
download | cmake-common-9baac11b290708be2e4c030a48f339dd9a652c2c.tar.gz cmake-common-9baac11b290708be2e4c030a48f339dd9a652c2c.zip |
update version
Diffstat (limited to '')
-rw-r--r-- | common.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common.cmake b/common.cmake index 911a160..2d5e9f9 100644 --- a/common.cmake +++ b/common.cmake @@ -6,7 +6,7 @@ # https://github.com/egor-tensin/cmake-common. # Distributed under the MIT License. -# Version: 2017-05-19T13:51:22+00:00 +# Version: 2019-11-29T22:30:28Z get_directory_property(parent_directory PARENT_DIRECTORY) set(is_root_project $<NOT:parent_directory>) |