We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985f885 commit 4110230Copy full SHA for 4110230
tests/CMakeLists.txt
@@ -44,9 +44,6 @@ if(UNIX AND NOT APPLE)
44
endif(UNIX AND NOT APPLE)
45
46
target_link_libraries(${PYTHON_MODULE} PRIVATE ${LIBRARY_NAME} ${PROJECT_NAME})
47
-target_link_boost_python(${PYTHON_MODULE} PRIVATE)
48
-target_include_directories(${PYTHON_MODULE} SYSTEM
49
- PRIVATE ${PYTHON_INCLUDE_DIRS})
50
51
# Test it
52
add_python_unit_test("test-custom-entity" "tests/test_custom_entity.py" src
0 commit comments