From 1ffe741062d4adbcd4301f396f1f302ed35a67ac Mon Sep 17 00:00:00 2001 From: Roman Shevchenko Date: Fri, 4 May 2018 15:22:59 +0200 Subject: [PATCH] Cleanup (formatting) --- native/IdeaWin32/CMakeLists.txt | 1 + native/WinFsNotifier/CMakeLists.txt | 2 ++ native/WinRestarter/CMakeLists.txt | 1 + 3 files changed, 4 insertions(+) diff --git a/native/IdeaWin32/CMakeLists.txt b/native/IdeaWin32/CMakeLists.txt index 9051e9f3b784..551a26cf84e3 100644 --- a/native/IdeaWin32/CMakeLists.txt +++ b/native/IdeaWin32/CMakeLists.txt @@ -10,6 +10,7 @@ if (DEFINED ENV{BUILD_NUMBER}) else() set(BUILD_NUMBER 9999) endif() + string(TIMESTAMP YEAR "%Y") if(CMAKE_GENERATOR_PLATFORM STREQUAL "x64") diff --git a/native/WinFsNotifier/CMakeLists.txt b/native/WinFsNotifier/CMakeLists.txt index c2bd75459e45..18feb50cad6e 100644 --- a/native/WinFsNotifier/CMakeLists.txt +++ b/native/WinFsNotifier/CMakeLists.txt @@ -10,7 +10,9 @@ if (DEFINED ENV{BUILD_NUMBER}) else() set(BUILD_NUMBER 9999) endif() + string(TIMESTAMP YEAR "%Y") + if(CMAKE_GENERATOR_PLATFORM STREQUAL "x64") set(FILE_NAME "fsnotifier64") else() diff --git a/native/WinRestarter/CMakeLists.txt b/native/WinRestarter/CMakeLists.txt index dcfc0fc216ae..faa2d241d60c 100644 --- a/native/WinRestarter/CMakeLists.txt +++ b/native/WinRestarter/CMakeLists.txt @@ -10,6 +10,7 @@ if (DEFINED ENV{BUILD_NUMBER}) else() set(BUILD_NUMBER 9999) endif() + string(TIMESTAMP YEAR "%Y") set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} /MT")