Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159598891
D10748.id28375.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
639 B
Referenced Files
None
Subscribers
None
D10748.id28375.diff
View Options
Index: Mk/Uses/cmake.mk
===================================================================
--- Mk/Uses/cmake.mk
+++ Mk/Uses/cmake.mk
@@ -14,7 +14,7 @@
# User defined variables:
# CMAKE_NOCOLOR - Disable colour build output
# Default: not set, unless BATCH or PACKAGE_BUILDING is defined
-# CMAKE_NINJA - Use ninja instead of make(1)
+# CMAKE_NO_NINJA - Don't use ninja instead of make(1)
#
# Variables for ports:
# CMAKE_ARGS - Arguments passed to cmake
@@ -91,7 +91,7 @@
CMAKE_ARGS+= -DCMAKE_COLOR_MAKEFILE:BOOL=OFF
.endif
-.if defined(CMAKE_NINJA)
+.if !defined(CMAKE_NO_NINJA)
.include "${USESDIR}/ninja.mk"
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 17, 2:53 AM (19 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34010429
Default Alt Text
D10748.id28375.diff (639 B)
Attached To
Mode
D10748: Make ninja opt-out in cmake.mk.
Attached
Detach File
Event Timeline
Log In to Comment