Skip to content

Fix cmake build on msvc#113

Merged
DominikWitczakAMD merged 1 commit intoGPUOpen-Archive:masterfrom
theswiftfox:master
Oct 16, 2018
Merged

Fix cmake build on msvc#113
DominikWitczakAMD merged 1 commit intoGPUOpen-Archive:masterfrom
theswiftfox:master

Conversation

@theswiftfox
Copy link
Copy Markdown

Fixed an issue with using wrong braces for cmake variables:
changed line 255 in root CMakeLists.txt from
set(CMAKE_CXX_FLAGS "$(CMAKE_CXX_FLAGS) /EHsc /MP") to
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /EHsc /MP")

@DominikWitczakAMD DominikWitczakAMD merged commit 0b450bf into GPUOpen-Archive:master Oct 16, 2018
@DominikWitczakAMD
Copy link
Copy Markdown
Contributor

Good catch, many thanks! Really appreciate user contributions :-)

@theswiftfox
Copy link
Copy Markdown
Author

My thanks for the quick merge and glad to help ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants