diff options
author | Mihael Koep <koep@schneide.com> | 2012-10-30 17:54:36 +0100 |
---|---|---|
committer | Mihael Koep <koep@schneide.com> | 2012-10-30 17:54:36 +0100 |
commit | 8ce877dfe1dcf1fc1896142405c61a76d5b8b00f (patch) | |
tree | bec6e703ccbb5529fdc6595a8469064bf02315c0 /cmake/FindDEXELA.cmake | |
parent | 620871c0c8e742af5f55ae9a2d6fe2066aa35193 (diff) | |
download | libuca-8ce877dfe1dcf1fc1896142405c61a76d5b8b00f.tar.gz libuca-8ce877dfe1dcf1fc1896142405c61a76d5b8b00f.tar.bz2 libuca-8ce877dfe1dcf1fc1896142405c61a76d5b8b00f.tar.xz libuca-8ce877dfe1dcf1fc1896142405c61a76d5b8b00f.zip |
Fix incomplete committ...
Diffstat (limited to 'cmake/FindDEXELA.cmake')
-rw-r--r-- | cmake/FindDEXELA.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/FindDEXELA.cmake b/cmake/FindDEXELA.cmake index 1fef7af..0412b19 100644 --- a/cmake/FindDEXELA.cmake +++ b/cmake/FindDEXELA.cmake @@ -17,3 +17,5 @@ mark_as_advanced( DEXELA_INCLUDE_DIRS DEXELA_LIBRARIES ) + +message("-- Dexela libraries found: ${DEXELA_FOUND}") |