Revision: 65290
          http://sourceforge.net/p/brlcad/code/65290
Author:   starseeker
Date:     2015-06-15 00:03:38 +0000 (Mon, 15 Jun 2015)
Log Message:
-----------
Looks like this test is problematic on Windows generally at the moment...

Modified Paths:
--------------
    brlcad/trunk/src/other/tcl/CMakeLists.txt
    brlcad/trunk/src/other/tk/CMakeLists.txt

Modified: brlcad/trunk/src/other/tcl/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/tcl/CMakeLists.txt   2015-06-14 22:22:53 UTC (rev 
65289)
+++ brlcad/trunk/src/other/tcl/CMakeLists.txt   2015-06-15 00:03:38 UTC (rev 
65290)
@@ -286,13 +286,13 @@
 #       Tcl_UniChar strings to memcmp on big-endian systems.
 #--------------------------------------------------------------------
 # Test endianness 
-IF(NOT MSVC)
+IF(NOT WIN32)
   INCLUDE(TestBigEndian)
   TEST_BIG_ENDIAN(WORDS_BIGENDIAN)
   IF(WORDS_BIGENDIAN)
     ADD_TCL_CFLAG(WORDS_BIGENDIAN)
   ENDIF(WORDS_BIGENDIAN)
-ENDIF(NOT MSVC)
+ENDIF(NOT WIN32)
 
 #--------------------------------------------------------------------
 #       Supply substitutes for missing POSIX library procedures, or

Modified: brlcad/trunk/src/other/tk/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/tk/CMakeLists.txt    2015-06-14 22:22:53 UTC (rev 
65289)
+++ brlcad/trunk/src/other/tk/CMakeLists.txt    2015-06-15 00:03:38 UTC (rev 
65290)
@@ -228,13 +228,13 @@
 #--------------------------------------------------------------------
 #       Check endianness because we can optimize some operations
 #--------------------------------------------------------------------
-IF(NOT MSVC)
+IF(NOT WIN32)
   INCLUDE(TestBigEndian)
   TEST_BIG_ENDIAN(WORDS_BIGENDIAN)
   IF(WORDS_BIGENDIAN)
     add_definitions(-DWORDS_BIGENDIAN=1)
   ENDIF(WORDS_BIGENDIAN)
-ENDIF(NOT MSVC)
+ENDIF(NOT WIN32)
 
 #------------------------------------------------------------------------------
 #       Find out all about time handling differences.

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