Skip to content

Commit 13ee59c

Browse files
committed
Merge pull request #50 from zbeekman/CMake-parallel-build-issue-8
Fixes CMake parallel build: issue-8
2 parents 0acffc1 + 84197e7 commit 13ee59c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ set_target_properties ( ${LIB_NAME}
103103
PREFIX lib
104104
SOVERSION ${VERSION_MAJOR}.${VERSION_MINOR}
105105
VERSION ${VERSION}
106-
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib )
106+
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib
107+
Fortran_MODULE_DIRECTORY ${CMAKE_BINARY_DIR} )
107108

108109
#--------------------------
109110
# Build the test executable

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Status
77
------
88
[![Build Status](https://img.shields.io/travis/jacobwilliams/json-fortran/master.svg?style=plastic)](https://travis-ci.org/jacobwilliams/json-fortran)
99
[![GitHub issues](https://img.shields.io/github/issues/jacobwilliams/json-fortran.png?style=plastic)](https://github.com/jacobwilliams/json-fortran/issues)
10+
[![Blocked by Vendor Bug](https://badge.waffle.io/jacobwilliams/json-fortran.png?label=vendor%20bug&title=Blocked%20by%20Vendor%20Bug)](https://waffle.io/jacobwilliams/json-fortran)
1011
[![Ready in backlog](https://badge.waffle.io/jacobwilliams/json-fortran.png?label=Ready&title=Ready)](https://github.com/jacobwilliams/json-fortran/#contributing-)
1112
[![In Progress](https://badge.waffle.io/jacobwilliams/json-fortran.png?label=In%20Progress&title=In%20Progress)](https://waffle.io/jacobwilliams/json-fortran)
1213
[![Needs Review](https://badge.waffle.io/jacobwilliams/json-fortran.png?label=Needs%20Review&title=Needs%20Review)](https://waffle.io/jacobwilliams/json-fortran)

0 commit comments

Comments
 (0)