Ok i fix them all

There is no diff how i got GiGi libs to cmakecache, both way tried. I build GiGi myself.
Fixes:
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt (revision 3636)
+++ CMakeLists.txt (working copy)
@@ -131,7 +131,7 @@
link_directories(${BOOST_LIBRARYDIR})
set(THIS_EXE_LINK_LIBS ${THIS_EXE_LINK_LIBS} ${GIGI_GIGI_LIBRARY} ${ZLIB_LIBRARY})
else ()
- set(THIS_EXE_LINK_LIBS ${THIS_EXE_LINK_LIBS} ${Boost_LIBRARIES})
+ set(THIS_EXE_LINK_LIBS ${THIS_EXE_LINK_LIBS} ${Boost_LIBRARIES} ${GIGI_GIGI_LIBRARY})
endif ()
executable_all_variants(freeorionca)
----cut here--------
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt (revision 3636)
+++ CMakeLists.txt (working copy)
@@ -109,7 +109,7 @@
link_directories(${BOOST_LIBRARYDIR})
set(THIS_EXE_LINK_LIBS ${GIGI_GIGI_LIBRARY} ${ZLIB_LIBRARY})
else ()
- set(THIS_EXE_LINK_LIBS ${Boost_LIBRARIES} ${ZLIB_LIBRARY})
+ set(THIS_EXE_LINK_LIBS ${Boost_LIBRARIES} ${ZLIB_LIBRARY} ${GIGI_GIGI_LIBRARY})
endif ()
executable_all_variants(freeoriond)
----cut here ----
Should main CMakeLists.txt include isotreams lib
as:
set(MINIMUM_BOOST_COMPONENTS date_time filesystem serialization signals system thread iostreams)
or it is only needed in ....AI/CMakeLists.txt