Skip to content

Commit 552c204

Browse files
committed
cmake: fix output name
Copy pasting mistake
1 parent ed8b5f2 commit 552c204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SET_TARGET_PROPERTIES(${PYWRAP}
3434
PROPERTIES
3535
PREFIX ""
3636
SUFFIX ${PYTHON_EXT_SUFFIX}
37-
OUTPUT_NAME "${PROJECT_NAME}"
37+
OUTPUT_NAME "${PYWRAP}"
3838
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/python/${PROJECT_NAME}"
3939
)
4040

0 commit comments

Comments
 (0)