Hello Gerrit,

Gerrit Voss wrote:
> bug. I'm not sure why I put this into the std libraries part. I'll have
> a look next week once I'm back in office.

I think the problem is related to these lines in the top level 
CMakeLists.txt:

IF(NOT CMAKE_BUILD_TYPE)
   SET(CMAKE_BUILD_TYPE Debug CACHE STRING
       "Choose the type of build, options are: None Debug Release 
RelWithDebInfo MinSizeRel."
       FORCE)
ENDIF(NOT CMAKE_BUILD_TYPE)

commenting those and removing CMAKE_BUILD_TYPE from the cache allowed 
switching of the configuration in the VS GUI.
On the other hand we probably want the above on unix, so how about 
adding AND UNIX to the condition ?

        Cheers,
                Carsten

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to