Revision: 75725
          http://sourceforge.net/p/brlcad/code/75725
Author:   starseeker
Date:     2020-05-07 14:34:44 +0000 (Thu, 07 May 2020)
Log Message:
-----------
__WORDSIZE, not __WORD_SIZE

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

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2020-05-07 14:22:04 UTC (rev 75724)
+++ brlcad/trunk/CMakeLists.txt 2020-05-07 14:34:44 UTC (rev 75725)
@@ -1106,10 +1106,10 @@
 
 # OpenBSD doesn't define __WORD_SIZE
 if(${CMAKE_WORD_SIZE} MATCHES "32BIT")
-  CONFIG_H_APPEND(BRLCAD "#ifndef __WORD_SIZE\n#  define __WORD_SIZE 
32\n#endif\n")
+  CONFIG_H_APPEND(BRLCAD "#ifndef __WORDSIZE\n#  define __WORDSIZE 
32\n#endif\n")
 endif(${CMAKE_WORD_SIZE} MATCHES "32BIT")
 if(${CMAKE_WORD_SIZE} MATCHES "64BIT")
-  CONFIG_H_APPEND(BRLCAD "#ifndef __WORD_SIZE\n#  define __WORD_SIZE 
64\n#endif\n")
+  CONFIG_H_APPEND(BRLCAD "#ifndef __WORDSIZE\n#  define __WORDSIZE 
64\n#endif\n")
 endif(${CMAKE_WORD_SIZE} MATCHES "64BIT")
 
 # Based on what we are doing, we may need to constrain our search paths

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