Skip to content

Commit

Permalink
Merge pull request #1282 from yverzun/KAA-1574
Browse files Browse the repository at this point in the history
KAA-1574: Change KAA SDK path in cmake arguments
  • Loading branch information
rasendubi authored Nov 17, 2016
2 parents aaf5b69 + fa5488e commit a565f41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ To invoke CMake, proceed as follows:
mkdir build
cd build
cmake .. \
-DCMAKE_TOOLCHAIN_FILE=../libs/kaa/toolchains/esp8266.cmake \
-DCMAKE_TOOLCHAIN_FILE=../kaa/toolchains/esp8266.cmake \
-DKAA_PLATFORM=esp8266 \
-DCMAKE_BUILD_TYPE=MinSizeRel \
-DWITH_EXTENSION_CONFIGURATION=OFF \
Expand Down

0 comments on commit a565f41

Please sign in to comment.