Skip to content

Commit

Permalink
Fixed path error when including mdflib in other projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihedvall committed Aug 16, 2023
1 parent 807e476 commit a2eca93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdflib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ else()
endif()

target_include_directories(
mdf PUBLIC $<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/include>)
mdf PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../include>)

# set_target_properties(mdflib PROPERTIES COMPILE_FLAGS "-m32" LINK_FLAGS
# "-m32")
Expand Down

0 comments on commit a2eca93

Please sign in to comment.