Update CMakeLists.txt

This commit is contained in:
thelsing 2019-12-18 22:58:45 +01:00 committed by GitHub
parent fdbe74b3c2
commit 337e5bd3a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)