File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ option(ENABLE_STATIC_LIB "Build and install libprojectM as a static library" ON)
4141cmake_dependent_option(ENABLE_SHARED_LIB "Build and install libprojectM as a shared library" ON "NOT CMAKE_SYSTEM_NAME STREQUAL Windows" OFF )
4242cmake_dependent_option(ENABLE_SHARED_LINKING "Link all built UI applications against the shared library." OFF "ENABLE_SHARED_LIB" OFF )
4343option (ENABLE_DOXYGEN "Build and install Doxygen source code documentation in PROJECTM_DATADIR_PATH/docs." OFF )
44- option (ENABLE_CXX_INTERFACE "Enable exporting all C++ symbols, not only the C API, in the shared library. Warning: This is dangerous! " OFF )
44+ option (ENABLE_CXX_INTERFACE "Enable exporting all C++ symbols, not only the C API, in the shared library. Warning: This is not very portable. " OFF )
4545option (ENABLE_PRESETS "Build and install bundled presets" ON )
4646option (ENABLE_NATIVE_PRESETS "Build and install native libraries written in C/C++" OFF )
4747option (ENABLE_TESTING "Build and install the projectM test suite" OFF )
You can’t perform that action at this time.
0 commit comments