We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d823ad2 commit 05fd54eCopy full SHA for 05fd54e
cmake/InstallHamdataIni.cmake.in
@@ -1,7 +1,7 @@
1
# Set the binary dir path from configure_file
2
set( ACTUAL_BINARY_DIR "@CMAKE_BINARY_DIR@" )
3
4
-set( hamdata_ini "${ACTUAL_BINARY_DIR}/hamdata-ini-generator/target/release/output/auto_hamdata190.ini" )
+set( hamdata_ini "${ACTUAL_BINARY_DIR}/hamdata_ini_generator/target/release/output/auto_hamdata190.ini" )
5
6
if( NOT EXISTS ${hamdata_ini} )
7
message( FATAL_ERROR "hamdata.ini file not found at: ${hamdata_ini}" )
0 commit comments