Skip to content

Commit f315866

Browse files
committed
update windows fixes
1 parent 036f4ec commit f315866

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ set(CMAKE_VERBOSE_MAKEFILE YES)
1313
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
1414
# Specify C++ standard
1515
set(CMAKE_CXX_STANDARD_REQUIRED ON)
16-
if (not WIN32)
16+
if (WIN32)
17+
else()
1718
set(OpenCV_STATIC ON)
1819
set(QT_STATIC ON)
1920
add_definitions(-DQT_STATIC)

0 commit comments

Comments
 (0)