Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sguionni committed Nov 8, 2023
1 parent 8729723 commit 701aa6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/io/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
message("vtx_io_test")
cmake_minimum_required(VERSION 3.23)
include(../cmake/configure-target.cmake)
include(cmake/configure-target.cmake)
project(vtx_io_test)

find_package(vtx_util CONFIG REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion lib/util/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
message("vtx_util_test")
cmake_minimum_required(VERSION 3.23)
include(../cmake/configure-target.cmake)
include(cmake/configure-target.cmake)
project(vtx_util_test)

find_package(vtx_util CONFIG REQUIRED)
Expand Down

0 comments on commit 701aa6b

Please sign in to comment.