Skip to content

Commit

Permalink
CMake: fix collision of options.
Browse files Browse the repository at this point in the history
  • Loading branch information
GPMueller committed Jul 3, 2020
1 parent 730f10c commit 5c5c403
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ if( SPIRIT_SKIP_HTST )
add_definitions( "-DSPIRIT_SKIP_HTST" )
message( STATUS ">> Skipping compilation of HTST!" )
endif()
###
if( SPIRIT_BUILD_FOR_JS )
set( SPIRIT_BUILD_FOR_CXX OFF )
endif()
####################################################################


Expand Down

0 comments on commit 5c5c403

Please sign in to comment.