Revision: 75703
          http://sourceforge.net/p/brlcad/code/75703
Author:   brlcad
Date:     2020-05-06 09:33:54 +0000 (Wed, 06 May 2020)
Log Message:
-----------
promote the current value to the parent scope, not zero

Modified Paths:
--------------
    brlcad/trunk/misc/CMake/Fuzzer.cmake

Modified: brlcad/trunk/misc/CMake/Fuzzer.cmake
===================================================================
--- brlcad/trunk/misc/CMake/Fuzzer.cmake        2020-05-06 08:41:37 UTC (rev 
75702)
+++ brlcad/trunk/misc/CMake/Fuzzer.cmake        2020-05-06 09:33:54 UTC (rev 
75703)
@@ -41,7 +41,7 @@
 function(brlcad_check_fuzzer)
   set(CMAKE_REQUIRED_FLAGS -fsanitize=fuzzer)
   check_cxx_compiler_flag(-fsanitize=fuzzer HAVE_FUZZER)
-  set(HAVE_FUZZER 0 PARENT_SCOPE)
+  set(HAVE_FUZZER ${HAVE_FUZZER} PARENT_SCOPE)
 endfunction(brlcad_check_fuzzer)
 
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to