Skip to content

Commit 05fd54e

Browse files
committed
chore: fix wrong directory name in InstallHamdataIni.cmake.in
1 parent d823ad2 commit 05fd54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/InstallHamdataIni.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Set the binary dir path from configure_file
22
set( ACTUAL_BINARY_DIR "@CMAKE_BINARY_DIR@" )
33

4-
set( hamdata_ini "${ACTUAL_BINARY_DIR}/hamdata-ini-generator/target/release/output/auto_hamdata190.ini" )
4+
set( hamdata_ini "${ACTUAL_BINARY_DIR}/hamdata_ini_generator/target/release/output/auto_hamdata190.ini" )
55

66
if( NOT EXISTS ${hamdata_ini} )
77
message( FATAL_ERROR "hamdata.ini file not found at: ${hamdata_ini}" )

0 commit comments

Comments
 (0)