Open GoogleCodeExporter opened 8 years ago
PS: 1- Sorry by too poor english
2- This report is no a defect ... i´m new in google code
Original comment by miguel7p...@gmail.com
on 28 May 2008 at 4:00
[deleted comment]
nice idea, but:
configuring works fine, but at "generate" following failure appears:
--------------------------------------------------------------------------------
-
CMake Error: Cannot find source file "CMakeLists.txt"
Tried
extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
Generating done
--------------------------------------------------------------------------------
-
problem:
SF doesn't conatain a CMakeLists.txt file -> add_subdirectory (include) fails
work, but some approvements should be done:
1. asio path hard coded... should get an own variable
2. boost include directory is defined as link-dir but is never tested if it's
available (or even needed - you can compile RCF without using boost)
3. windows: supporting different compilers (MSVC 6-8, MinGW, Code::Blocks (you
can
use CMAKE flags for that). Right now it doesn't follow the CMake idea of
platform/compiler independend coding ;-)
I think the best way would be to have only ONE CMakeLists.txt file or kicking
the
dependencies at the sub-CMakeListFiles or use some Cach-variables to make it
more
transparent.
But all in all I like it to see that other people are using CMake at RCF :-)
SirAnn
Original comment by SirAnnTh...@googlemail.com
on 30 May 2008 at 7:49
Original comment by jarl.lin...@gmail.com
on 12 Aug 2008 at 1:35
The demo project in RCF 1.0 has a cmake build script, which can be used as a
starting point for anyone using cmake as their build system.
Original comment by jarl.lin...@gmail.com
on 22 Oct 2008 at 5:50
Original comment by jarl.lin...@gmail.com
on 28 May 2009 at 1:43
Original issue reported on code.google.com by
miguel7p...@gmail.com
on 28 May 2008 at 3:40Attachments: