From: <kk...@us...> - 2008-10-02 14:04:29
|
Revision: 1062 http://omc.svn.sourceforge.net/omc/?rev=1062&view=rev Author: kkaempf Date: 2008-10-02 14:00:08 +0000 (Thu, 02 Oct 2008) Log Message: ----------- add comment, remove C++ flags Modified Paths: -------------- cmpi-bindings/trunk/swig/python/CMakeLists.txt cmpi-bindings/trunk/swig/ruby/CMakeLists.txt Modified: cmpi-bindings/trunk/swig/python/CMakeLists.txt =================================================================== --- cmpi-bindings/trunk/swig/python/CMakeLists.txt 2008-10-02 13:31:15 UTC (rev 1061) +++ cmpi-bindings/trunk/swig/python/CMakeLists.txt 2008-10-02 14:00:08 UTC (rev 1062) @@ -1,11 +1,11 @@ # -# CMakeLists.txt for cmpi-bindings +# CMakeLists.txt for cmpi-bindings/swig/ruby # + enable_testing() add_subdirectory(tests) SET (BUILD_SHARED_LIBS ON) -SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-strict-aliasing") FIND_PACKAGE(PythonInterp REQUIRED) Modified: cmpi-bindings/trunk/swig/ruby/CMakeLists.txt =================================================================== --- cmpi-bindings/trunk/swig/ruby/CMakeLists.txt 2008-10-02 13:31:15 UTC (rev 1061) +++ cmpi-bindings/trunk/swig/ruby/CMakeLists.txt 2008-10-02 14:00:08 UTC (rev 1062) @@ -1,6 +1,7 @@ +# +# CMakeLists.txt for cmpi-bindings/swig/ruby +# -SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-strict-aliasing") - EXECUTE_PROCESS(COMMAND ${RUBY_EXECUTABLE} -r rbconfig -e "print Config::CONFIG['vendorarchdir']" OUTPUT_VARIABLE RUBY_ARCH_DIR) EXECUTE_PROCESS(COMMAND ${RUBY_EXECUTABLE} -r rbconfig -e "print Config::CONFIG['vendorlibdir']" OUTPUT_VARIABLE RUBY_LIB_DIR) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |