Skip to content

Commit

Permalink
fix build plugin (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romz24 authored and AGraber committed Feb 23, 2019
1 parent 702e38f commit e1228ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(projectname)
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/lib/cmake-modules")

if(UNIX)
set(CMAKE_CXX_FLAGS "-m32 -fvisibility=hidden")
set(CMAKE_CXX_FLAGS "-m32 -fvisibility=hidden -std=c++11")
set(CMAKE_C_FLAGS "-m32 -fvisibility=hidden")
set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS OFF)
endif()
Expand Down

0 comments on commit e1228ff

Please sign in to comment.