9 lines
311 B
Diff
9 lines
311 B
Diff
--- a/molequeue/lastinstall/CMakeLists.txt
|
|
+++ b/molequeue/lastinstall/CMakeLists.txt
|
|
@@ -1,4 +1,4 @@
|
|
-if((APPLE OR WIN32) AND NOT ${CMAKE_VERSION} VERSION_LESS 2.8.8)
|
|
+if((APPLE OR MSVC) AND NOT ${CMAKE_VERSION} VERSION_LESS 2.8.8)
|
|
find_package(Qt5 COMPONENTS Core REQUIRED)
|
|
set(pfx "")
|
|
if(NOT APPLE)
|