Skip to content

Commit d62df9d

Browse files
authored
Fix last commit
1 parent e2ef171 commit d62df9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function(configure_kernel kernel)
136136
set(XEUS_CPP_INCLUDE_DIR ${CMAKE_INSTALL_PREFIX}/include)
137137
endif()
138138
configure_file(
139-
"${CMAKE_CURRENT_SOURCE_DIR}${prefix}${kernel}${prefix}_kernel.json.in"
139+
"${CMAKE_CURRENT_SOURCE_DIR}${kernel}${prefix}_kernel.json.in"
140140
"${CMAKE_CURRENT_BINARY_DIR}${kernel}kernel.json"
141141
)
142142
configure_file(

0 commit comments

Comments
 (0)