3353341
diff -rupN CGNS-3.3.1/src/CMakeLists.txt CGNS-3.3.1-new/src/CMakeLists.txt
3353341
--- CGNS-3.3.1/src/CMakeLists.txt	2017-07-17 04:32:33.000000000 +0200
3353341
+++ CGNS-3.3.1-new/src/CMakeLists.txt	2017-07-27 19:17:12.807282320 +0200
3353341
@@ -558,7 +558,8 @@ if(CGNS_BUILD_SHARED)
3353341
 endif(CGNS_BUILD_SHARED)
3353341
 
3353341
 # Set the install path of the static library
3353341
-install(TARGETS cgns_static ARCHIVE DESTINATION lib)
3353341
+install(TARGETS cgns_static LIBRARY DESTINATION lib
3353341
+                            ARCHIVE DESTINATION lib)
3353341
 # Set the install path of the shared library
3353341
 if(CGNS_BUILD_SHARED)
3353341
   # for windows, need to install both cgnsdll.dll and cgnsdll.lib