Show
Ignore:
Timestamp:
06/18/08 06:41:15 (5 months ago)
Author:
rexbron
Message:
  • Upped the minimum cmake version to 2.6 to use better FindBoost?.cmake.
Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk

    • Property bzr:revision-id:v3-trunk0
      •  

        old new  
        661378 andrew@aehunter.net-20080616222400-9q0vwtkk6091txce 
        771380 andrew@aehunter.net-20080618110315-ngg1d48fy0h3b6bs 
         81381 andrew@aehunter.net-20080618114001-2574od4etx4v8p9h 
    • Property bzr:ancestry:v3-trunk0
      •  

        old new  
        66andrew@aehunter.net-20080616222235-pb4vb2oeu6cj88m4 
        77andrew@aehunter.net-20080618110236-pfuxsos8x3wd285v 
         8andrew@aehunter.net-20080618113925-cjg8er4jn4tmc0dm 
    • Property bzr:revision-info
      •  

        old new  
        1 timestamp: 2008-06-18 12:03:15.190000057 +0100 
         1timestamp: 2008-06-18 12:40:01.454999924 +0100 
        22committer: Andrew Hunter <andrew@aehunter.net> 
        33properties:  
  • trunk/src/openpluginlib/py/CMakeLists.txt

    r1383 r1384  
    2727INCLUDE_DIRECTORIES ( ${PYTHON_INCLUDE_PATH} ) 
    2828TARGET_LINK_LIBRARIES ( ${NAME} ${PYTHON_LIBRARIES}  
    29                                 ${Boost_LIBRARY_DIRS}/libboost_filesystem.so  
    30                                 ${Boost_LIBRARY_DIRS}/libboost_python.so  
    31                                 ${Boost_LIBRARY_DIRS}/libboost_regex.so  
    32                                 ${Boost_LIBRARY_DIRS}/libboost_thread.so  
     29                                ${Boost_LIBRARIES} 
    3330                                ${XML2_LIBRARIES} 
    3431                                ${OpenLibraries_BINARY_DIR}/src/openpluginlib/pl/libopenpluginlib_pl.so )