Skip to content

Commit

Permalink
Reverted back to building libGILES as a shared library
Browse files Browse the repository at this point in the history
This works around a critical linker issue.
  • Loading branch information
ScottEgerton committed Jun 11, 2019
1 parent e37e1fb commit 3c2f021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -21,7 +21,7 @@ option(${PROJECT_NAME}_BUILD_EXECUTABLE
)

# Add library that is built from the source files
add_library(lib${PROJECT_NAME}
add_library(lib${PROJECT_NAME} SHARED
GILES.cpp
Coefficients.cpp
IO.cpp
Expand Down

0 comments on commit 3c2f021

Please sign in to comment.