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 9fe44eb commit a387f73Copy full SHA for a387f73
packages/gyp-to-cmake/src/transformer.ts
@@ -72,7 +72,7 @@ export function bindingGypToCmakeLists({
72
`project(${projectName})`,
73
"",
74
// Declaring a project-wide NAPI_VERSION as a fallback for targets that don't explicitly set it
75
- // This is only needed when using cmake-js, as this is injected by cmake-rn
+ // This is only needed when using cmake-js, as it is injected by cmake-rn
76
...(defineNapiVersion
77
? [`add_compile_definitions(NAPI_VERSION=${napiVersion})`]
78
: []),
0 commit comments