Revision: 69954
          http://sourceforge.net/p/brlcad/code/69954
Author:   starseeker
Date:     2017-07-15 23:45:50 +0000 (Sat, 15 Jul 2017)
Log Message:
-----------
Doesn't look like we need this - I think I was trying to work around some 
parallel build issues with step, and it turned out to be something else.

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

Removed Paths:
-------------
    brlcad/trunk/misc/CMake/test_srcs/sleep.c

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2017-07-15 23:36:47 UTC (rev 69953)
+++ brlcad/trunk/CMakeLists.txt 2017-07-15 23:45:50 UTC (rev 69954)
@@ -2816,19 +2816,6 @@
 endif(EXISTS "${BRLCAD_BINARY_DIR}/include/brlcad_config.h")
 
 #---------------------------------------------------------------------
-# Create a 1 second sleep utility executable
-try_compile(BUILD_SLEEP
-  "${CMAKE_CURRENT_BINARY_DIR}/CMakeTmp"
-  "${BRLCAD_CMAKE_DIR}/test_srcs/sleep.c"
-  COMPILE_DEFINITIONS -DBRLCADBUILD -DHAVE_CONFIG_H
-  -I"${CMAKE_CURRENT_BINARY_DIR}/include"
-  -I"${CMAKE_CURRENT_SOURCE_DIR}/include"
-  OUTPUT_VARIABLE BUILD_SLEEP_LOG
-  COPY_FILE "${CMAKE_CURRENT_BINARY_DIR}/CMakeTmp/sleep.bin")
-if(NOT BUILD_SLEEP)
-  message(FATAL_ERROR "BUILD_SLEEP failure: ${BUILD_SLEEP_LOG}")
-endif(NOT BUILD_SLEEP)
-
 # Rules for the toplevel documentation files
 set(toplevel_DOCFILES
   AUTHORS

Deleted: brlcad/trunk/misc/CMake/test_srcs/sleep.c
===================================================================
--- brlcad/trunk/misc/CMake/test_srcs/sleep.c   2017-07-15 23:36:47 UTC (rev 
69953)
+++ brlcad/trunk/misc/CMake/test_srcs/sleep.c   2017-07-15 23:45:50 UTC (rev 
69954)
@@ -1,10 +0,0 @@
-#include "bio.h"
-
-#ifdef _WIN32
-#  define sleep(_SECONDS) (Sleep(1000 * (_SECONDS)))
-#endif
-
-int main(void) {
-  sleep(1);
-  return 0;
-}

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