Skip to content
Snippets Groups Projects
Commit e5c5c003 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

Merge pull request #62 in ASAPO/asapo from fix_interop_with_pninexus to develop

* commit 'ad9f06f5':
  Fix interoperability with pninexus.h5cpp
parents 1818cc81 ad9f06f5
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@ if ((CMAKE_BUILD_TYPE STREQUAL "Debug") AND (CMAKE_C_COMPILER_ID STREQUAL "GNU")
set (EXTRA_LINK_ARGS "['--coverage','-fprofile-arcs','-ftest-coverage','-static-libgcc','-static-libstdc++']")
ELSEIF(CMAKE_C_COMPILER_ID STREQUAL "GNU")
set (EXTRA_COMPILE_ARGS "['--std=c++11']")
set (EXTRA_LINK_ARGS "['-static-libgcc','-static-libstdc++']")
set (EXTRA_LINK_ARGS "['-static-libgcc','-static-libstdc++','-Wl,--exclude-libs,ALL']")
else()
set (EXTRA_COMPILE_ARGS "['-std=c++11']")
set (EXTRA_LINK_ARGS "[]")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment