Skip to content

Commit 2e9b2c2

Browse files
committed
UPD | windows workflow #4.3
1 parent bce377f commit 2e9b2c2

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ endif ()
1212

1313
include(CTest)
1414

15-
if (EXISTS "${CMAKE_BINARY_DIR}/generators/conan_toolchain.cmake")
16-
include("${CMAKE_BINARY_DIR}/generators/conan_toolchain.cmake")
17-
elseif (EXISTS "${CMAKE_BINARY_DIR}/conan_toolchain.cmake")
18-
include("${CMAKE_BINARY_DIR}/conan_toolchain.cmake")
19-
endif ()
20-
2115
if (WIN32)
2216
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
2317
endif()

0 commit comments

Comments
 (0)