Update CMakeLists.txt

This commit is contained in:
thelsing
2019-12-18 22:58:45 +01:00
committed by GitHub
parent fdbe74b3c2
commit 337e5bd3a5

View File

@@ -41,6 +41,6 @@ pybind11_add_module(knx
src/knx/dpt.cpp)
include_directories(src pybind11/include)
set(outdir ${CMAKE_LIBRARY_OUTPUT_DIRECTORY})
set_target_properties(knx PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${outdir})
#set(outdir ${CMAKE_LIBRARY_OUTPUT_DIRECTORY})
#set_target_properties(knx PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${outdir})
set_target_properties(knx PROPERTIES OUTPUT_NAME knx)