Skip to content
Snippets Groups Projects
Commit 3a406c4e authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Fix for windows cmake

parent 65f49f9f
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,9 @@ windows:build:
tags:
- windows
needs: []
dependencies: []
cache: # use artifacts instead if multiple runners available
key: $CI_COMMIT_SHORT_SHA
paths:
......@@ -136,7 +139,7 @@ windows:build:
windows:test:
only:
- master
- main
- merge_requests
stage: test
......
......@@ -142,7 +142,7 @@ configure_file(${CMAKE_SOURCE_DIR}/src/config.cpp.in
if (WIN32) # TODO(nick) Should do based upon compiler (VS)
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT ${VS_STARTUP_PROJECT})
set_property(TARGET voltu-node PROPERTY VS_DEBUGGER_WORKING_DIRECTORY ${VS_DEBUG_WORKING_DIRECTORY})
#set_property(TARGET voltu-node PROPERTY VS_DEBUGGER_WORKING_DIRECTORY ${VS_DEBUG_WORKING_DIRECTORY})
endif()
#include(ftl_CPack)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment