Skip to content

Commit

Permalink
add ninja support (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik authored Jan 17, 2021
1 parent f3b2ab1 commit dd37917
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions external/minimal-dx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ExternalProject_Add(minimaldx-project
-DCMAKE_Fortran_COMPILER=${CMAKE_Fortran_COMPILER}
-DUSE_REAL8=${USE_REAL8}
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
BUILD_BYPRODUCTS <INSTALL_DIR>/lib/${CMAKE_STATIC_LIBRARY_PREFIX}MinimalDX${CMAKE_STATIC_LIBRARY_SUFFIX}
)

ExternalProject_Get_Property(minimaldx-project install_dir)
Expand Down

0 comments on commit dd37917

Please sign in to comment.