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 f338429 commit 89266f6Copy full SHA for 89266f6
source/ports/CMakeLists.txt
@@ -28,7 +28,7 @@ endif()
28
29
# Project options
30
option(OPTION_BUILD_PORTS_CS "Build C# port." OFF)
31
-option(OPTION_BUILD_PORTS_CXX "Build C++ port." ON)
+option(OPTION_BUILD_PORTS_CXX "Build C++ port." OFF)
32
option(OPTION_BUILD_PORTS_D "Build D port." OFF)
33
option(OPTION_BUILD_PORTS_GO "Build Go port." OFF)
34
option(OPTION_BUILD_PORTS_JAVA "Build Java port." OFF)
0 commit comments