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 817b5e8 commit 4f38bbfCopy full SHA for 4f38bbf
CMakeLists.txt
@@ -175,13 +175,11 @@ else()
175
add_custom_target(
176
check-license
177
COMMAND ${PMEMSTREAM_ROOT_DIR}/check_license/check-headers.sh
178
- ${PMEMSTREAM_ROOT_DIR} Apache-2.0 WITH LLVM-exception -v
179
- )
+ ${PMEMSTREAM_ROOT_DIR} Apache-2.0 WITH LLVM-exception -v)
180
181
copyright-format
182
183
- ${PMEMSTREAM_ROOT_DIR} Apache-2.0 WITH LLVM-exception -d
184
+ ${PMEMSTREAM_ROOT_DIR} Apache-2.0 WITH LLVM-exception -d)
185
186
add_library(jemalloc INTERFACE)
187
target_link_libraries(
0 commit comments