Skip to content

Commit

Permalink
[cmake] Fix pybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
greshilov authored and Roman Kuznetsov committed May 15, 2018
1 parent 1e24b44 commit 6038874
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions kml/pykmlib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ omim_link_libraries(
stats_client
)

if (PLATFORM_MAC)
omim_link_libraries(${PROJECT_NAME} ${LIBZ})
link_qt5_core(${PROJECT_NAME})
endif()

set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "")
2 changes: 0 additions & 2 deletions search/pysearch/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
project(pysearch)

add_definitions(-DBOOST_BIND_NO_PLACEHOLDERS)

set(
SRC
bindings.cpp
Expand Down

0 comments on commit 6038874

Please sign in to comment.