Skip to content

Commit

Permalink
Merge branch 'wpmccormick-develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMelikMerkumians committed Mar 25, 2019
2 parents 382b8bc + 64c05ce commit 150146e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/buildsupport/POSIX/OpENer_PLATFORM_INCLUDES.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ macro(opener_platform_spec)
include_directories(${PORTS_SRC_DIR}/${OpENer_PLATFORM} ${PORTS_SRC_DIR}/${OpENer_PLATFORM}/sample_application)
set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99 -Werror=implicit-function-declaration" )
if(NOT CMAKE_INSTALL_LIBDIR)
set( CMAKE_INSTALL_LIBDIR "lib/OpENer")
set( CMAKE_INSTALL_LIBDIR "lib")
endif()
if(NOT CMAKE_INSTALL_INCLUDEDIR )
set( CMAKE_INSTALL_INCLUDEDIR "include/OpENer")
set( CMAKE_INSTALL_INCLUDEDIR "include")
endif()
add_definitions( -D_POSIX_C_SOURCE=200112L -D__USE_GNU -D__USE_XOPEN2K -DOPENER_POSIX)
get_property(languages GLOBAL PROPERTY ENABLED_LANGUAGES)
Expand Down

0 comments on commit 150146e

Please sign in to comment.