Skip to content

Commit

Permalink
Enable PIC
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMettam committed Aug 11, 2021
1 parent 06b7e19 commit b3fadf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
endif (POLICY CMP0048)

set(CMAKE_POSITION_INDEPENDENT_CODE ON)

project(node_audio LANGUAGES CXX VERSION 1.0.0)
cmake_minimum_required(VERSION 3.7)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caspertech/node-audio",
"version": "0.0.23",
"version": "0.0.24",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b3fadf6

Please sign in to comment.