Skip to content

Commit

Permalink
Update 2019-06-26-An-introduction-to-the-Dear-ImGui-library.markdown
Browse files Browse the repository at this point in the history
Fix some typos
Closes: conan-io/examples2#133
Closes: conan-io/examples2#132
  • Loading branch information
czoido authored Feb 16, 2024
1 parent 0d72c1b commit 88a4e00
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ cd build/Release
cmake --preset conan-default
cmake --build --preset conan-release
cd build\Release
dear-imgui-conan.exe
.\dear-imgui-conan.exe
{% endhighlight %}

Otherwise, you can add the necessary arguments for CMake:
Expand All @@ -313,9 +313,9 @@ cmake --build .
# your default profile
cmake . -G "Visual Studio 17 2022"
-DCMAKE_TOOLCHAIN_FILE=./build/generators/conan_toolchain.cmake
-DCMAKE_POLICY_DEFAULT_CMP0091=NEW'
-DCMAKE_POLICY_DEFAULT_CMP0091=NEW
cmake --build . --config Release
dear-imgui-conan.exe
.\dear-imgui-conan.exe
{% endhighlight %}

### Conclusions
Expand Down

0 comments on commit 88a4e00

Please sign in to comment.