Skip to content

Commit 4b19de6

Browse files
committed
bugfix: mircommon-internal.pc was incorrect in CmakeLists.txt
1 parent 999dfa1 commit 4b19de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/mircommon.pc.in
107107
)
108108

109109
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/mircommon-internal.pc.in
110-
${CMAKE_CURRENT_BINARY_DIR}/mircommon-internalpc
110+
${CMAKE_CURRENT_BINARY_DIR}/mircommon-internal.pc
111111
@ONLY
112112
)
113113

0 commit comments

Comments
 (0)