Changeset: 49e522ffb42f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=49e522ffb42f
Modified Files:
        cmake/FindUUID.cmake
Branch: cmake-fun
Log Message:

Fix.


diffs (12 lines):

diff --git a/cmake/FindUUID.cmake b/cmake/FindUUID.cmake
--- a/cmake/FindUUID.cmake
+++ b/cmake/FindUUID.cmake
@@ -26,7 +26,7 @@ cmake_pop_check_state()
 
 if(HAVE_UUID_GENERATE)
        include(FindPackageHandleStandardArgs)
-       if(${UUID_LIBRARIES} STREQUAL "")
+       if("${UUID_LIBRARIES}" STREQUAL "")
                find_package_handle_standard_args(UUID DEFAULT_MSG 
UUID_INCLUDE_DIR)
        else()
                find_package_handle_standard_args(UUID DEFAULT_MSG 
UUID_LIBRARIES UUID_INCLUDE_DIR)
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to