We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5aaea commit 23b2cd5Copy full SHA for 23b2cd5
CMakeLists.txt
@@ -29,8 +29,8 @@ project(conf VERSION 1.4.0 LANGUAGES C
29
set(CMAKE_C_STANDARD 99)
30
set(CMAKE_C_STANDARD_REQUIRED TRUE)
31
32
-option(CONF_BUILD_SHARED "Build CONF shared library" ON)
33
-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)
34
35
set(MPIO_BUILD_SHARED OFF CACHE BOOL "" FORCE)
36
add_subdirectory(libraries/mpio)
0 commit comments