diff options
author | Orkun Tokdemir <ilhanorkuntokdemir@gmail.com> | 2023-10-13 17:14:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-10-13 18:16:26 (GMT) |
commit | c074f5c81e04c032c976862a379297b8ba3bf3f8 (patch) | |
tree | e8b3727f0ad440b604dc343da8e4a8ed19446189 /Tests/RunCMake/Autogen/exe_relwithdebinfo.cpp | |
parent | 06a9b25b17759d754e2b542b8464f01a90e92a8e (diff) | |
download | CMake-c074f5c81e04c032c976862a379297b8ba3bf3f8.zip CMake-c074f5c81e04c032c976862a379297b8ba3bf3f8.tar.gz CMake-c074f5c81e04c032c976862a379297b8ba3bf3f8.tar.bz2 |
Autogen: Revert "AUTO*_EXECUTABLE: add support for per-config values"
Changing the `timestamp` file to `timestamp_$<CONFIG>` causes some user
projects to break when using Qt versions older than 6.6.
Revert commit fddd0f0443 (Autogen: AUTO*_EXECUTABLE: add support for
per-config values, 2023-06-14, v3.28.0-rc1~96^2~1) pending further
investigation.
Issue: #20074
Diffstat (limited to 'Tests/RunCMake/Autogen/exe_relwithdebinfo.cpp')
-rw-r--r-- | Tests/RunCMake/Autogen/exe_relwithdebinfo.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Tests/RunCMake/Autogen/exe_relwithdebinfo.cpp b/Tests/RunCMake/Autogen/exe_relwithdebinfo.cpp deleted file mode 100644 index aa6c558..0000000 --- a/Tests/RunCMake/Autogen/exe_relwithdebinfo.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include <fstream> -#include <iostream> - -#include "exe_common.h" - -int main(int argc, char* argv[]) -{ - std::cout << "running_exe_RelWithDebInfo\n"; - return runRealExe(argc, argv); -} |