Skip to content

Commit

Permalink
INSTALL necessary for ESP32 chips.
Browse files Browse the repository at this point in the history
  • Loading branch information
okram committed Jun 17, 2024
1 parent 5d1135f commit 2e106a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ FETCHCONTENT_DECLARE(
)
FETCHCONTENT_MAKEAVAILABLE(ordered_map)
#INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/_deps/ordered_map-src/include/tsl/ DESTINATION ${CMAKE_INSTALL_PREFIX}/include/tsl)
#INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/_deps/ordered_map-src/include/tsl/ DESTINATION ${CMAKE_SOURCE_DIR}/include/tsl)
INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/_deps/ordered_map-src/include/tsl/ DESTINATION ${CMAKE_SOURCE_DIR}/include/tsl)
TARGET_LINK_LIBRARIES(${PROJECT_NAME} PRIVATE tsl::ordered_map)

MESSAGE(CHECK_PASS "[${.g}COMPLETE${..}]")
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ IF (BUILD_TESTS)
GIT_TAG v2.6.0
)
FETCHCONTENT_MAKEAVAILABLE(unity)
TARGET_LINK_LIBRARIES(fhatos PRIVATE unity::framework)
# TARGET_LINK_LIBRARIES(fhatos PRIVATE unity::framework)
MESSAGE(CHECK_PASS "[${.g}COMPLETE${..}]")
###########################################
########### TEST SUITE BUILDER ############
Expand Down

0 comments on commit 2e106a8

Please sign in to comment.