From 2e6301fca1cc480577787f0f4fe20c4773f967e9 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Fri, 24 May 2019 21:39:51 +1000 Subject: [PATCH] [common] fixed issue with building for windows (typo) --- VERSION | 2 +- common/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 0cbd02e5..1c6b0ac4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -a12-232-g759b4ef811+1 \ No newline at end of file +B1-rc1-0-g83c5df2c47+1 \ No newline at end of file diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 63647fe2..97c207c4 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -16,7 +16,7 @@ set(LINUX_SOURCES src/sysinfo.linux.c ) -set(WINOWS_SOURCES +set(WINDOWS_SOURCES src/crash.windows.c src/sysinfo.windows.c )