Skip to content
Snippets Groups Projects
Commit 2236db70 authored by Andreas Schenk's avatar Andreas Schenk
Browse files

fixed include in deployment cmake list

parent 5ab87cdc
Branches
Tags
No related merge requests found
......@@ -24,7 +24,7 @@ if(${PROJECT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR})
elseif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
include(linux/CMakeLists.txt)
elseif(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
include(windows/CMakeLists.txt)
include(win/CMakeLists.txt)
endif()
INCLUDE(CPack)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment