From 34bbbb241433bd4e591e0d1ba861c67317115631 Mon Sep 17 00:00:00 2001 From: seleznevae Date: Sun, 26 May 2019 10:22:12 +0300 Subject: [PATCH] [F] Fixed cmake file style --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bc78304..aabbdf6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.0) project(libfort VERSION 0.1.5) string(REGEX REPLACE "([0-9]+)\\.([0-9]+)\\.([0-9]+)" - "\\1.\\2" libfort_SOVERSION - ${libfort_VERSION}) + "\\1.\\2" libfort_SOVERSION + ${libfort_VERSION}) include(${CMAKE_ROOT}/Modules/ExternalProject.cmake) @@ -184,7 +184,6 @@ endif() - # ------------------------------------------------------------------------------ # Set preprocessor macros for all test builds # ------------------------------------------------------------------------------