We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f2c7c commit 4638ba3Copy full SHA for 4638ba3
CMake/VeloxUtils.cmake
@@ -77,9 +77,9 @@ function(velox_add_library TARGET)
77
# Create the target if this is the first invocation.
78
add_library(velox ${_type} ${ARGN})
79
set_target_properties(velox PROPERTIES LIBRARY_OUTPUT_DIRECTORY
80
- ${CMAKE_BINARY_DIR}/lib)
+ ${PROJECT_BINARY_DIR}/lib)
81
set_target_properties(velox PROPERTIES ARCHIVE_OUTPUT_DIRECTORY
82
83
install(TARGETS velox DESTINATION lib/velox)
84
endif()
85
# create alias for compatability
0 commit comments