[Lldb-commits] [lldb] r334680 - fix cmake include path.

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 13 18:29:18 PDT 2018


Author: jmolenda
Date: Wed Jun 13 18:29:18 2018
New Revision: 334680

URL: http://llvm.org/viewvc/llvm-project?rev=334680&view=rev
Log:
fix cmake include path.

Modified:
    lldb/trunk/source/Plugins/Platform/MacOSX/objcxx/CMakeLists.txt

Modified: lldb/trunk/source/Plugins/Platform/MacOSX/objcxx/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Platform/MacOSX/objcxx/CMakeLists.txt?rev=334680&r1=334679&r2=334680&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Platform/MacOSX/objcxx/CMakeLists.txt (original)
+++ lldb/trunk/source/Plugins/Platform/MacOSX/objcxx/CMakeLists.txt Wed Jun 13 18:29:18 2018
@@ -1,5 +1,5 @@
 remove_module_flags()
-include_directories(..)
+include_directories(.)
 
 add_lldb_library(lldbPluginPlatformMacOSXObjCXX
   PlatformiOSSimulatorCoreSimulatorSupport.mm




More information about the lldb-commits mailing list