You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2019/02/01 09:39:18 UTC

[celix] branch develop updated: Fixes an issue in the FindUUID.cmake

This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/develop by this push:
     new dc4efa3  Fixes an issue in the FindUUID.cmake
dc4efa3 is described below

commit dc4efa3fd68129bc7e9fa5f041cec8d9832d30a4
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Fri Feb 1 10:39:10 2019 +0100

    Fixes an issue in the FindUUID.cmake
---
 cmake/Modules/FindUUID.cmake | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cmake/Modules/FindUUID.cmake b/cmake/Modules/FindUUID.cmake
index 63bfafb..952be1c 100644
--- a/cmake/Modules/FindUUID.cmake
+++ b/cmake/Modules/FindUUID.cmake
@@ -34,4 +34,6 @@ endif ()
 
 
 mark_as_advanced(UUID_INCLUDE_DIR UUID_LIBRARY)
+set(UUID_INCLUDE_DIRS ${UUID_INCLUDE_DIR})
+set(UUID_LIBRARIES ${UUID_LIBRARY})