Skip to content

Commit 89266f6

Browse files
committed
Disable cxx port.
1 parent f338429 commit 89266f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ports/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif()
2828

2929
# Project options
3030
option(OPTION_BUILD_PORTS_CS "Build C# port." OFF)
31-
option(OPTION_BUILD_PORTS_CXX "Build C++ port." ON)
31+
option(OPTION_BUILD_PORTS_CXX "Build C++ port." OFF)
3232
option(OPTION_BUILD_PORTS_D "Build D port." OFF)
3333
option(OPTION_BUILD_PORTS_GO "Build Go port." OFF)
3434
option(OPTION_BUILD_PORTS_JAVA "Build Java port." OFF)

0 commit comments

Comments
 (0)