Skip to content

Commit

Permalink
Forgot to update path variables
Browse files Browse the repository at this point in the history
Cliff Foster committed Mar 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9143f43 commit 2dc058f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/idi/functions/framework/idi_init.cmake
Original file line number Diff line number Diff line change
@@ -121,8 +121,8 @@ macro(idi_init)
idi_new_component()

# Define a nice short hand for 3rd party external library folders
set(IDICMAKE_EXTERNAL_LIB_DIR "${CMAKE_CURRENT_LIST_DIR}/lib")
set(IDICMAKE_EXTERNAL_THIRD_PARTY_LIB_DIR "${CMAKE_CURRENT_LIST_DIR}/lib/.third-party")
set(IDICMAKE_EXTERNAL_LIB_DIR "${CMAKE_CURRENT_LIST_DIR}/lib/first-party")
set(IDICMAKE_EXTERNAL_THIRD_PARTY_LIB_DIR "${CMAKE_CURRENT_LIST_DIR}/lib/third-party")

idi_add_third_party_dependency(Catch2 https://github.com/catchorg/Catch2.git v3.5.2)

0 comments on commit 2dc058f

Please sign in to comment.