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.
2 parents edc00ef + bfd5501 commit 80288cbCopy full SHA for 80288cb
CMakeLists.txt
@@ -73,7 +73,7 @@ option(BUILD_CXX "Build C++ library" ON)
73
message(STATUS "Build C++ library: ${BUILD_CXX}")
74
75
option(BUILD_CXX_EXE "Build C++ executable" ON)
76
-message(STATUS "Build C++ library: ${BUILD_CXX_EXE}")
+message(STATUS "Build C++ executable: ${BUILD_CXX_EXE}")
77
78
option(BUILD_TESTING "Build Tests" ON)
79
0 commit comments