From 888af6b94885e406e393d31f2a0fe7bc027de157 Mon Sep 17 00:00:00 2001 From: Ellon Mendes Date: Tue, 1 Dec 2015 22:10:31 +0100 Subject: [PATCH] Remove unused lines that generate warnings on CMake 3.4 --- python/handwritten/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/handwritten/CMakeLists.txt b/python/handwritten/CMakeLists.txt index b9f711f0b..d80af6dd2 100644 --- a/python/handwritten/CMakeLists.txt +++ b/python/handwritten/CMakeLists.txt @@ -23,9 +23,7 @@ target_link_libraries(${moduleName}_python ${Boost_PYTHON${BOOST_PYTHON_VERSION_ # On OSX and Linux, the python library must end in the extension .so. Build this # filename here. -get_property(PYLIB_OUTPUT_FILE TARGET ${moduleName}_python PROPERTY LOCATION) set(PYLIB_OUTPUT_FILE $) -get_filename_component(PYLIB_OUTPUT_NAME ${PYLIB_OUTPUT_FILE} NAME_WE) set(PYLIB_SO_NAME lib${moduleName}_python.so) # Installs the library in the gtsam folder, which is used by setup.py to create the gtsam package