Skip to content

Commit

Permalink
Revet prt "fix cmake"
Browse files Browse the repository at this point in the history
This reverts commit 6155c17.
  • Loading branch information
axic committed Sep 28, 2020
1 parent e0809d7 commit d92b74e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/ProjectUVWASI.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ ExternalProject_Add(uvwasi
URL_HASH SHA256=39135f4dd4a44013399ceed7166391ffc5c09655e4bfbf851da2be039e6985df
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DUVWASI_DEBUG_LOG=OFF
Expand All @@ -43,7 +44,7 @@ file(MAKE_DIRECTORY ${include_dir})
set_target_properties(
uvwasi::uvwasi
PROPERTIES
IMPORTED_CONFIGURATIONS ${CMAKE_BUILD_TYPE}
IMPORTED_CONFIGURATIONS Release
IMPORTED_LOCATION_RELEASE ${uvwasi_library}
INTERFACE_INCLUDE_DIRECTORIES "${include_dir};${binary_dir}"
INTERFACE_LINK_LIBRARIES "${uv_library};${system_libs}"
Expand Down

0 comments on commit d92b74e

Please sign in to comment.