Revision: 55673
          http://sourceforge.net/p/brlcad/code/55673
Author:   starseeker
Date:     2013-06-05 04:07:20 +0000 (Wed, 05 Jun 2013)
Log Message:
-----------
Fix syntax error

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

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2013-06-05 04:04:56 UTC (rev 55672)
+++ brlcad/trunk/CMakeLists.txt 2013-06-05 04:07:20 UTC (rev 55673)
@@ -1604,12 +1604,12 @@
 endif(BRLCAD_ENABLE_OPENGL)
 
 # may have the header, but ensure it works in pedantic mode (gcc bug)
-if (HAVE_EMMINTRIN_H
-    check_cxx_source_compiles("#include <emmintrin.h>\nint main() { return 0; 
}" HAVE_EMMINTRIN)
-    if (HAVE_EMMINTRIN)
-      CONFIG_H_APPEND(BRLCAD "#define HAVE_EMMINTRIN 1\n")
-    endif (HAVE_EMMINTRIN)
-endif (HAVE_EMMINTRIN_H)
+if(HAVE_EMMINTRIN_H)
+  check_cxx_source_compiles("#include <emmintrin.h>\nint main() { return 0; }" 
HAVE_EMMINTRIN)
+  if(HAVE_EMMINTRIN)
+    CONFIG_H_APPEND(BRLCAD "#define HAVE_EMMINTRIN 1\n")
+  endif(HAVE_EMMINTRIN)
+endif(HAVE_EMMINTRIN_H)
 
 
 # *******************************************************************

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


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to