Skip to content

Commit

Permalink
Fixed test output paths so dat proj.db is found
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Dec 14, 2023
1 parent 30d0c82 commit 2324aff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ if(GDX_IS_TOPLEVEL)

include(GNUInstallDirs)

set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR})
set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR})

message(STATUS "Gdx version: ${GDX_VERSION} (${PACKAGE_VERSION_COMMITHASH})")
Expand Down

0 comments on commit 2324aff

Please sign in to comment.