<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Compile Bluetoth mesh examples using Cmake returns error</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24790/compile-bluetoth-mesh-examples-using-cmake-returns-error</link><description>When trying to follow this guide for testing bluetooth mesh on a nRF51 dev-board Cmake returns this error: 
 ../build $ cmake ..
CMake Error at CMakeLists.txt:16 (include_directories): include_directories given empty-string as include directory.
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 30 Aug 2017 14:56:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24790/compile-bluetoth-mesh-examples-using-cmake-returns-error" /><item><title>RE: Compile Bluetoth mesh examples using Cmake returns error</title><link>https://devzone.nordicsemi.com/thread/97591?ContentTypeID=1</link><pubDate>Wed, 30 Aug 2017 14:56:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cbfa5f8c-db38-4a53-9e23-b3440a75f8d0</guid><dc:creator>S&amp;#248;renHN</dc:creator><description>&lt;p&gt;Thank you Thomas.
That fixed the problem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Compile Bluetoth mesh examples using Cmake returns error</title><link>https://devzone.nordicsemi.com/thread/97589?ContentTypeID=1</link><pubDate>Wed, 30 Aug 2017 14:49:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28b76c43-0eb1-45fb-8d66-3b46ca3d260d</guid><dc:creator>S&amp;#248;renHN</dc:creator><description>&lt;p&gt;No, i have not.
Thats also what puzzles me, shouldn&amp;#39;t it compile from start without any modifications?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Compile Bluetoth mesh examples using Cmake returns error</title><link>https://devzone.nordicsemi.com/thread/97590?ContentTypeID=1</link><pubDate>Wed, 30 Aug 2017 14:46:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06d31c69-0534-46f8-8c99-6ab2551e950a</guid><dc:creator>Thomas Stenersen</dc:creator><description>&lt;p&gt;Hi Hvem02,&lt;/p&gt;
&lt;p&gt;Looks like you might be invoking CMake from the examples folder. You should invoke it from a build folder in the nRF5_SDK_Mesh_v0.9.2-Alpha root folder.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nRF5_SDK_Mesh_v0.9.2 $ mkdir build &amp;amp;&amp;amp; cd build
nRF5_SDK_Mesh_v0.9.2/build $ cmake ..
nRF5_SDK_Mesh_v0.9.2/build $ make
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Best,&lt;br /&gt;
Thomas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Compile Bluetoth mesh examples using Cmake returns error</title><link>https://devzone.nordicsemi.com/thread/97588?ContentTypeID=1</link><pubDate>Wed, 30 Aug 2017 14:30:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:936120c0-c7a8-4113-8a51-4d0175c4723f</guid><dc:creator>Thomas Stenersen</dc:creator><description>&lt;p&gt;Did you change anything in any of the CMakeLists.txt files?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>