]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/commitdiff
Recommend Debug build of the library with rpp-test-sw
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 2 Sep 2015 08:41:49 +0000 (10:41 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 3 Sep 2015 08:30:59 +0000 (10:30 +0200)
rpp-test-sw/Makefile.inc

index 7a1fe48a882b1e04a387c73b50aefde921eef77e..c1e44dc2ac082d5eafcaa8a8b68edbccf36c3ba2 100644 (file)
@@ -7,7 +7,7 @@ CONFIG = $(makefile_inc_dir)/../rpp-lib/Makefile.config
 ifneq ($(wildcard $(CONFIG)),)
 include $(CONFIG)
 else
-$(error "rpp-lib not compiled! Either run `make -C $(makefile_inc_dir)/../rpp-lib/build/<target>/Release` or build the appropriate CCS project.")
+$(error "rpp-lib not compiled! Either run `make -C $(makefile_inc_dir)/../rpp-lib/build/<target>/Debug` or build the appropriate CCS project.")
 endif
 
 include $(makefile_inc_dir)/../rpp-lib/build/Makefile.rules