We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa0c89 commit 453ce75Copy full SHA for 453ce75
CMakeLists.txt
@@ -18,11 +18,11 @@ jrl_option(BUILD_TESTING "Build the tests" OFF)
18
jrl_option(INSTALL_DOCUMENTATION "Generate and install the documentation" OFF)
19
20
jrl_option(BUILD_WITH_CHOLMOD_SUPPORT
21
- "Build EigenPy with the Cholmod (LGPL) support. See CHOLMOD/Doc/License.txt for further details." OFF
+ "Build with SparseSuite's Cholmod (LGPL). See CHOLMOD/Doc/License.txt for further details." OFF
22
)
23
24
jrl_option(BUILD_WITH_ACCELERATE_SUPPORT
25
- "Build EigenPy with the Accelerate support (Apple only)" OFF
+ "Build with the Accelerate framework (Apple only)" OFF
26
27
28
if(BUILD_WITH_ACCELERATE_SUPPORT AND NOT APPLE)
0 commit comments