xiaobai updated this revision to Diff 165126. xiaobai added a comment. Fix typo (Thanks for the catch!)
https://reviews.llvm.org/D51959 Files: source/API/CMakeLists.txt Index: source/API/CMakeLists.txt =================================================================== --- source/API/CMakeLists.txt +++ source/API/CMakeLists.txt @@ -146,6 +146,7 @@ if (LLDB_BUILD_FRAMEWORK) set_target_properties(liblldb PROPERTIES + SOVERSION "1.0.0" OUTPUT_NAME LLDB FRAMEWORK On FRAMEWORK_VERSION ${LLDB_FRAMEWORK_VERSION}
Index: source/API/CMakeLists.txt =================================================================== --- source/API/CMakeLists.txt +++ source/API/CMakeLists.txt @@ -146,6 +146,7 @@ if (LLDB_BUILD_FRAMEWORK) set_target_properties(liblldb PROPERTIES + SOVERSION "1.0.0" OUTPUT_NAME LLDB FRAMEWORK On FRAMEWORK_VERSION ${LLDB_FRAMEWORK_VERSION}
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits