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 b5ad373 commit 2e882c6Copy full SHA for 2e882c6
Sources/CMakeLists.txt
@@ -47,7 +47,7 @@ include(CompilerSettings)
47
add_subdirectory(_TestingInternals)
48
add_subdirectory(Testing)
49
50
-if(SwiftTesting_BuildMacrosAsExecutables)
+if(NOT SwiftTesting_BuildMacrosAsExecutables)
51
install(PROGRAMS "${INSTALL_DIR}/lib/libTestingMacros.dylib"
52
# TODO: Finalize the install path
53
ARCHIVE DESTINATION lib/swift/host/plugins
0 commit comments