Skip to content

Commit 23b2cd5

Browse files
authored
Release v1.4.0
1 parent fd5aaea commit 23b2cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ project(conf VERSION 1.4.0 LANGUAGES C
2929
set(CMAKE_C_STANDARD 99)
3030
set(CMAKE_C_STANDARD_REQUIRED TRUE)
3131

32-
option(CONF_BUILD_SHARED "Build CONF shared library" ON)
33-
option(CONF_BUILD_TESTS "Build CONF library tests" ON)
32+
option(CONF_BUILD_SHARED "Build Conf shared library" ON)
33+
option(CONF_BUILD_TESTS "Build Conf library tests" ON)
3434

3535
set(MPIO_BUILD_SHARED OFF CACHE BOOL "" FORCE)
3636
add_subdirectory(libraries/mpio)

0 commit comments

Comments
 (0)