Created
August 18, 2021 20:37
-
-
Save jeffamstutz/ab1861bf76cd4b23a22afc35d2dc5c04 to your computer and use it in GitHub Desktop.
Build FLIP with ExternalProject
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include(ExternalProject) | |
ExternalProject_Add(flip | |
URL "https://github.com/NVlabs/flip/archive/refs/heads/main.zip" | |
CMAKE_ARGS | |
-DCMAKE_BUILD_TYPE=Release | |
-DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_BINARY_DIR}/install | |
BUILD_COMMAND cmake --build . | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment