Skip to content

Commit a53dcc4

Browse files
committed
Closes #914
1 parent c00d4bb commit a53dcc4

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ string(REGEX REPLACE "^v[0-9]+\\.[0-9]+\\-(beta.[A-Za-z0-9_]+)\\-?.*" "\\1" VERS
119119
#MESSAGE(STATUS "Git version patch name: " "${VERSION_PATCH}")
120120

121121
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/CMake/Modules/Version.cc.in
122-
${CMAKE_CURRENT_SOURCE_DIR}/Core/Application/Version.cc)
123-
set(version_file "${CMAKE_CURRENT_SOURCE_DIR}/Core/Application/Version.cc")
122+
${CMAKE_CURRENT_BINARY_DIR}/Core/Application/Version.cc)
123+
set(version_file "${CMAKE_CURRENT_BINARY_DIR}/Core/Application/Version.cc")
124124

125125

126126
########################################################################

src/Core/Application/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/include/sci_defs/version_testdefs.h.in

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Copyright (c) 2015 Scientific Computing and Imaging Institute,
77
University of Utah.
88
9-
9+
1010
Permission is hereby granted, free of charge, to any person obtaining a
1111
copy of this software and associated documentation files (the "Software"),
1212
to deal in the Software without restriction, including without limitation
@@ -35,12 +35,5 @@
3535
#define SCIRUN_PATCH @SCIRUN_VERSION_PATCH@
3636

3737
#define SCIRUN_VERSION "@SCIRUN_VERSION_STRING@"
38-
#define SCIRUN_RCFILE_SUBVERSION "0"
39-
40-
#define SCIRUN_TCL_PACKAGE_VERSION "@SCIRUN_TCL_VERSION@"
41-
42-
#define SCIRUN_SVN_REVISION "@SCIRUN_SVN_WC_REVISION@"
43-
#define SCIRUN_SVN_URL "@SCIRUN_SVN_WC_URL@"
4438

4539
#endif
46-

0 commit comments

Comments
 (0)