File tree 4 files changed +1
-8
lines changed
4 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
- # ignoring generated files
2
- core /config.h
3
-
4
1
# ignore models that aren't already in tree
5
2
# (must manually add models to override this)
6
3
models /*
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ tw-util.c)
62
62
## Print Date and Time at top of ROSS output
63
63
INCLUDE (CheckFunctionExists)
64
64
CHECK_FUNCTION_EXISTS(ctime HAVE_CTIME)
65
- CONFIGURE_FILE (config.h.in ${CMAKE_CURRENT_SOURCE_DIR} /config.h )
65
+ ADD_DEFINITIONS (-DHAVE_CTIME= ${HAVE_CTIME} )
66
66
## Print ROSS Git Hash
67
67
## From http://stackoverflow.com/questions/1435953/how-can-i-pass-git-sha1-to-compiler-as-definition-using-cmake
68
68
LIST (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake/" )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
#include <ross.h>
2
2
3
- // needed for CTIME
4
- #include "config.h"
5
-
6
3
/**
7
4
* @file tw-setup.c
8
5
* @brief tw_define_lps is defined here!
You can’t perform that action at this time.
0 commit comments