1
0
Fork 0

[F] Fixed cmake file style

This commit is contained in:
seleznevae 2019-05-26 10:22:12 +03:00
parent ff0e78eeeb
commit 34bbbb2414
1 changed files with 2 additions and 3 deletions

View File

@ -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
# ------------------------------------------------------------------------------