Skip to content

Commit

Permalink
Merge branch '1-installation-does-not-work' into 'master'
Browse files Browse the repository at this point in the history
[ifm#1] Fix installation of the project export file.

Closes ifm#1

See merge request syntron/embedded/euphrates/lan743x-config!2
  • Loading branch information
Skalik, Rafał committed Jun 21, 2022
2 parents d89c36e + d597859 commit aae1c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/lan7430conf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ add_definitions(-DSPDLOG_HEADER_ONLY) # tell spdlog to be used as header only
add_library( ${PROJECT_NAME} SHARED ${SOURCES} ${HEADERS})

include(GenerateExportHeader)
set(PROJECT_EXPORT_FILE_NAME lan7430conf/${PROJECT_NAME}_export.h)
set(PROJECT_EXPORT_FILE_NAME ${CMAKE_CURRENT_BINARY_DIR}/lan7430conf/${PROJECT_NAME}_export.h)
generate_export_header(${PROJECT_NAME}
EXPORT_FILE_NAME ${PROJECT_EXPORT_FILE_NAME}
)
Expand Down

0 comments on commit aae1c5d

Please sign in to comment.