zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #25594
[Merge] lp:~zorba-coders/zorba/fix_warning_cmake into lp:zorba
Sorin Marian Nasoi has proposed merging lp:~zorba-coders/zorba/fix_warning_cmake into lp:zorba.
Commit message:
fixed CMake warning (was spotted in CMake 2.8.1)
Requested reviews:
Chris Hillery (ceejatec)
Sorin Marian Nasoi (sorin.marian.nasoi)
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/fix_warning_cmake/+merge/185050
--
https://code.launchpad.net/~zorba-coders/zorba/fix_warning_cmake/+merge/185050
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'modules/CMakeLists.txt'
--- modules/CMakeLists.txt 2013-09-02 20:43:22 +0000
+++ modules/CMakeLists.txt 2013-09-11 13:31:34 +0000
@@ -24,7 +24,6 @@
ADD_SUBDIRECTORY(http-client)
ADD_SUBDIRECTORY(json)
ADD_SUBDIRECTORY(structured-items)
-ADD_SUBDIRECTORY(item)
# Add external module projects - any subdirectories of a directory
References