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 44b417f commit 543febdCopy full SHA for 543febd
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