Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cfnptr authored Nov 11, 2023
1 parent fd5aaea commit 23b2cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ project(conf VERSION 1.4.0 LANGUAGES C
set(CMAKE_C_STANDARD 99)
set(CMAKE_C_STANDARD_REQUIRED TRUE)

option(CONF_BUILD_SHARED "Build CONF shared library" ON)
option(CONF_BUILD_TESTS "Build CONF library tests" ON)
option(CONF_BUILD_SHARED "Build Conf shared library" ON)
option(CONF_BUILD_TESTS "Build Conf library tests" ON)

set(MPIO_BUILD_SHARED OFF CACHE BOOL "" FORCE)
add_subdirectory(libraries/mpio)
Expand Down

0 comments on commit 23b2cd5

Please sign in to comment.