Skip to content

Commit 453ce75

Browse files
committed
cmale: update cmake option docs
1 parent 4aa0c89 commit 453ce75

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
@@ -18,11 +18,11 @@ jrl_option(BUILD_TESTING "Build the tests" OFF)
1818
jrl_option(INSTALL_DOCUMENTATION "Generate and install the documentation" OFF)
1919

2020
jrl_option(BUILD_WITH_CHOLMOD_SUPPORT
21-
"Build EigenPy with the Cholmod (LGPL) support. See CHOLMOD/Doc/License.txt for further details." OFF
21+
"Build with SparseSuite's Cholmod (LGPL). See CHOLMOD/Doc/License.txt for further details." OFF
2222
)
2323

2424
jrl_option(BUILD_WITH_ACCELERATE_SUPPORT
25-
"Build EigenPy with the Accelerate support (Apple only)" OFF
25+
"Build with the Accelerate framework (Apple only)" OFF
2626
)
2727

2828
if(BUILD_WITH_ACCELERATE_SUPPORT AND NOT APPLE)

0 commit comments

Comments
 (0)