Skip to content

Commit bd19a7b

Browse files
committed
fix
Signed-off-by: Anton Dukhovnikov <[email protected]>
1 parent a19931a commit bd19a7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/config_tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ project( rawtoaces_config_test )
1515
# Until we get some of these modules into the upstream packages, put them here
1616
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/../../cmake/modules/")
1717
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_INSTALL_PREFIX}/share/CMake")
18+
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/../../vcpkg_installed/x64-windows/share/")
1819

1920
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
2021
add_compile_options ( /W0 )

0 commit comments

Comments
 (0)