Skip to content

Commit

Permalink
tests BUGFIX cmake var substitution fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed May 23, 2024
1 parent 6a6b461 commit e8eed68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ get_filename_component(ROOT_DIR "${CMAKE_SOURCE_DIR}" REALPATH)

# test directories that can be adjusted
if(NOT NP2_TEST_ROOT_DIR)
set(NP2_TEST_ROOT_DIR @CMAKE_CURRENT_BINARY_DIR@/repositories)
set(NP2_TEST_ROOT_DIR ${CMAKE_CURRENT_BINARY_DIR}/repositories)
endif()
if(NOT NP2_TEST_MODULE_DIR)
set(NP2_TEST_MODULE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/modules)
Expand Down

0 comments on commit e8eed68

Please sign in to comment.