Fix cmake build on Windows

See issue #1471.
This commit is contained in:
Martin Kleusberg
2018-07-12 20:44:02 +02:00
parent 96e44b9957
commit 5a339ea9d0

View File

@@ -31,7 +31,7 @@ if (POLICY CMP0025)
endif ()
if(WIN32 AND MSVC)
project("DB Browser for SQLite")
set_target_properties(${PROJECT_NAME} PROPERTIES OUTPUT_NAME "DB Browser for SQLite")
if(CMAKE_CL_64)
# Paths for 64-bit windows builds
set(OPENSSL_PATH "C:/dev/OpenSSL-Win64")