File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed
Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff 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
121121configure_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########################################################################
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
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-
You can’t perform that action at this time.
0 commit comments