Skip to content

Commit

Permalink
Fixed windows packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
wsobel committed Aug 11, 2023
1 parent 5cf3b16 commit 31fec2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ include(GNUInstallDirs)

if(NOT MSVC)
set(CMAKE_INSTALL_DATADIR "share/mtconnect")
else()
set(CMAKE_INSTALL_DATADIR ".")
endif()

# For Visual Studio generators it is now possible (since V3.6) to set a default startup project.
Expand Down

0 comments on commit 31fec2b

Please sign in to comment.