Loading CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ else() message(STATUS "Doxygen not found; 'docs' target will not be available.") endif() if(NOT ${CMAKE_CXX_COMPILER} MATCHES "MSVC") if(NOT ${CMAKE_CXX_COMPILER} MATCHES "MSVC" AND NOT ${CMAKE_HOST_WIN32} ) set(CMAKE_CXX_FLAGS "-fPIC -Wall") endif() Loading Loading
CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ else() message(STATUS "Doxygen not found; 'docs' target will not be available.") endif() if(NOT ${CMAKE_CXX_COMPILER} MATCHES "MSVC") if(NOT ${CMAKE_CXX_COMPILER} MATCHES "MSVC" AND NOT ${CMAKE_HOST_WIN32} ) set(CMAKE_CXX_FLAGS "-fPIC -Wall") endif() Loading