Revision: 69992
          http://sourceforge.net/p/brlcad/code/69992
Author:   brlcad
Date:     2017-07-24 19:04:01 +0000 (Mon, 24 Jul 2017)
Log Message:
-----------
missing trailing newline

Modified Paths:
--------------
    brlcad/trunk/CMakeLists.txt

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2017-07-24 18:49:21 UTC (rev 69991)
+++ brlcad/trunk/CMakeLists.txt 2017-07-24 19:04:01 UTC (rev 69992)
@@ -2727,7 +2727,8 @@
   if ((name == 0) || (strlen(name) == 0)) name = \"unknown\";
   printf(\"%s\", name);
   return 0;
-}")
+}
+")
 file(WRITE "${CMAKE_BINARY_DIR}/CMakeTmp/report_username.c" 
"${report_username_src}")
 # Add definition HAVE_UNISTD_H to try_run
 try_run(RU_RESULT RU_COMPILED "${CMAKE_BINARY_DIR}/CMakeTmp"

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to